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