ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.VBFunctionLib Assembly / GrapeCity.Enterprise.Data.VisualBasicReplacement Namespace / Conversion Class / CDec Method / CDec(Object) Method
object value

In This Topic
    CDec(Object) Method
    In This Topic
    Converts object to decimal
    Syntax
    'Declaration
     
    Public Overloads Shared Function CDec( _
       ByVal value As Object _
    ) As Decimal
    public static decimal CDec( 
       object value
    )

    Parameters

    value
    object value

    Return Value

    decimal value
    See Also