adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / ICustomProperties Interface / GetDecimalValue Method / GetDecimalValue(String) Method

In This Topic
    GetDecimalValue(String) Method
    In This Topic
    Gets or sets the value of the property with the specified name, as a decimal value
    Syntax
    'Declaration
     
    
    Overloads Function GetDecimalValue( _
       ByVal name As String _
    ) As Nullable(Of Decimal)
    Nullable<decimal> GetDecimalValue( 
       string name
    )

    Parameters

    name
    Remarks
    Returns a null reference (Nothing in Visual Basic) if the property does not exist or its value cannot be converted to decimal.
    See Also