| PrsReaderWriteBoolean Method |
Writes the bool.
Namespace:
QsInformatica.Utils
Assembly:
QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 25.2.0.0 (25.2.0.0)
Syntax public void WriteBoolean(
string section,
string key,
bool val
)
Public Sub WriteBoolean (
section As String,
key As String,
val As Boolean
)
public:
void WriteBoolean(
String^ section,
String^ key,
bool val
)
member WriteBoolean :
section : string *
key : string *
val : bool -> unit
Parameters
- section
- Type: SystemString
The section. - key
- Type: SystemString
The key. - val
- Type: SystemBoolean
The value.
See Also