Click or drag to resize

INIReaderasString Method (String, String)

return value associated to a key as a string

Namespace:  Karamba.Utilities
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string asString(
	string key,
	string default_value
)

Parameters

key
Type: SystemString
key to be searched
default_value
Type: SystemString
default value if key does not exist

Return Value

Type: String
string associated to string or the default value
See Also