RecroGrid Framework
C#
C#
Show/Hide TOC
Recro
Grid
.
RGEntity
.
Get
Int
Option Method
Gets the value of an option as int.
Definition
Namespace:
Recrovit.RecroGridFramework
Assembly:
Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.11.0.24.1208.1
C#
Copy
public
int
? GetIntOption(
string
key )
Parameters
key
String
The key.
Return Value
Nullable
<
Int32
>
The Value.
See Also
Reference
RecroGrid
.
RGEntity Class
Recrovit.RecroGridFramework Namespace
In This Article
Definition
Parameters
Return Value
See Also