|
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: 2.2.0.4 (2.2.0.4)
Syntaxpublic int asInt(
string key
)
Public Function asInt (
key As String
) As Integer
public:
int asInt(
String^ key
)
member asInt :
key : string -> int
Parameters
- key
- Type: SystemString
key to be searched.
Return Value
Type:
Int32int associated to key.
See Also