'Declaration
Public Overloads Function GetValueAsInt() As Nullable(Of Integer)
public Nullable<int> GetValueAsInt()
public: Nullable<int> GetValueAsInt();
Return Value
The int value of the option, or a null reference (Nothing in Visual Basic) if no value is set or if the value is not an int.