Click or drag to resize

INIReaderasInt Method (String)

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

Namespace:  Karamba.Utilities
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public int asInt(
	string key
)

Parameters

key
Type: SystemString
key to be searched

Return Value

Type: Int32
int associated to key
See Also