| PrsReaderReadBoolean Method |
Reads a bool from the file.
Namespace: QsInformatica.UtilsAssembly: QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 27.1.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 String
- The section.
- key String
- The key.
- value Boolean
- The value.
- defaultValue Boolean
- The default value.
Return Value
BooleanTrue if successful,
false otherwise.
See Also