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


In This Topic
    GetValueAsInt() Method
    In This Topic
    Attempts to return the value as an int.
    Syntax
    '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.
    See Also