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