| PrsReaderReadInteger Method |
Reads a integer from the file.
Namespace: QsInformatica.UtilsAssembly: QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 27.1.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 String
- The section.
- key String
- The key.
- value Int32
- The value.
- defaultValue Int32
- The default value.
Return Value
BooleanTrue if successful,
false otherwise.
See Also