Click or drag to resize

IGetStringValueGetStringValue 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
string? GetStringValue(
	
	string key,
	
	string? defaultValue
)

Parameters

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

Return value

String
The result string
See also