adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Option Class / GetValueAsBool Method / GetValueAsBool(Boolean) Method
The default value to return if the value is not set or cannot be converted to a bool


In This Topic
    GetValueAsBool(Boolean) Method
    In This Topic
    Attempts to return the value as an bool
    Syntax
    'Declaration
     
    
    Public Overloads Function GetValueAsBool( _
       ByVal defaultValue As Boolean _
    ) As Boolean
    public bool GetValueAsBool( 
       bool defaultValue
    )
    public:
    bool GetValueAsBool( 
       bool defaultValue
    ) 

    Parameters

    defaultValue
    The default value to return if the value is not set or cannot be converted to a bool
    See Also