Click or drag to resize

INIReaderasString Method (String)

return value associated to a key as a string. Throws an exception if key could not be found.

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

Parameters

key
Type: SystemString
key to be searched.

Return Value

Type: String
string associated to key.
See Also