adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / JobVariableHelper Class / GetDecimalValue Method

In This Topic
    GetDecimalValue Method
    In This Topic
    Gets or sets the value as a decimal.
    Syntax
    'Declaration
     
    
    Public Shared Function GetDecimalValue( _
       ByVal variable As IJobVariable _
    ) As Nullable(Of Decimal)
    public static Nullable<decimal> GetDecimalValue( 
       IJobVariable variable
    )

    Parameters

    variable
    Remarks
    If the value is set using this property, the VariableType is changed to JobVariableType.Decimal. This property returns null if the variable has no value, or if the value cannot be converted to a decimal.
    See Also