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