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

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

    Parameters

    value
    string value

    Return Value

    decimal value
    See Also