Click or drag to resize

IGetValueGetValueT Method

Returns exactly one value for a key. If there is no value for the key, defaultValue is returned.

Namespace: NetEti.Globals
Assembly: NetEti.Global (in NetEti.Global.dll) Version: 1.0.0+ad672dc5430e1683eae7461ce3945c8e9dce1c49
Syntax
T GetValue<T>(
	
	string key,
	T defaultValue
)

Parameters

key  String
The access key (string)
defaultValue  T
The default result (string)

Type parameters

T
Type of concrete value.

Return value

T
The result string
See also