| PrsReaderReadInteger Method |
Reads a integer from the file.
Namespace:
QsInformatica.Utils
Assembly:
QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 24.6.0.0 (24.6.0.0)
Syntax public bool ReadInteger(
string section,
string key,
out int value,
int defaultValue
)
Public Function ReadInteger (
section As String,
key As String,
<OutAttribute> ByRef value As Integer,
defaultValue As Integer
) As Boolean
public:
bool ReadInteger(
String^ section,
String^ key,
[OutAttribute] int% value,
int defaultValue
)
member ReadInteger :
section : string *
key : string *
value : int byref *
defaultValue : int -> bool
Parameters
- section
- Type: SystemString
The section. - key
- Type: SystemString
The key. - value
- Type: SystemInt32
The value. - defaultValue
- Type: SystemInt32
The default value.
Return Value
Type:
BooleanTrue if successful,
false otherwise.
See Also