adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Option Class / GetValueAsInt Method / GetValueAsInt(Int32) Method
The default value to return if the value is not set or cannot be converted to an int


In This Topic
    GetValueAsInt(Int32) Method
    In This Topic
    Attempts to return the value as an int.
    Syntax
    'Declaration
     
    
    Public Overloads Function GetValueAsInt( _
       ByVal defaultValue As Integer _
    ) As Integer
    public int GetValueAsInt( 
       int defaultValue
    )
    public:
    int GetValueAsInt( 
       int defaultValue
    ) 

    Parameters

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