|
INIReaderasBool Method (String)
|
return value associated to a key as a bool.
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)
Syntaxpublic bool asBool(
string key
)
Public Function asBool (
key As String
) As Boolean
public:
bool asBool(
String^ key
)
member asBool :
key : string -> bool
Parameters
- key
- Type: SystemString
key to be searched
Return Value
Type:
Booleantrue if string associated to key is "TRUE". The check is not case sensitive.
See Also