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

In This Topic
    CDbl(String) Method
    In This Topic
    Converts string to double
    Syntax
    'Declaration
     
    Public Overloads Shared Function CDbl( _
       ByVal value As String _
    ) As Double
    public static double CDbl( 
       string value
    )

    Parameters

    value
    string value

    Return Value

    double value
    See Also