| PrsReaderWriteBoolean Method |
Writes the bool.
Namespace: QsInformatica.UtilsAssembly: QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 27.1.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 String
- The section.
- key String
- The key.
- val Boolean
- The value.
See Also