| PrsReaderReadBoolean Method |
Reads a bool from the file.
Namespace:
QsInformatica.Utils
Assembly:
QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 24.6.0.0 (24.6.0.0)
Syntax public bool ReadBoolean(
string section,
string key,
out bool value,
bool defaultValue
)
Public Function ReadBoolean (
section As String,
key As String,
<OutAttribute> ByRef value As Boolean,
defaultValue As Boolean
) As Boolean
public:
bool ReadBoolean(
String^ section,
String^ key,
[OutAttribute] bool% value,
bool defaultValue
)
member ReadBoolean :
section : string *
key : string *
value : bool byref *
defaultValue : bool -> bool
Parameters
- section
- Type: SystemString
The section. - key
- Type: SystemString
The key. - value
- Type: SystemBoolean
The value. - defaultValue
- Type: SystemBoolean
The default value.
Return Value
Type:
BooleanTrue if successful,
false otherwise.
See Also