adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Option Class / GetValueAsBool Method / GetValueAsBool() Method

In This Topic
    GetValueAsBool() Method
    In This Topic
    Attempts to return the value as a bool.
    Syntax
    'Declaration
     
    
    Public Overloads Function GetValueAsBool() As Nullable(Of Boolean)
    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.
    See Also