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