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

In This Topic
    CLng(String) Method
    In This Topic
    Converts string to long
    Syntax
    'Declaration
     
    Public Overloads Shared Function CLng( _
       ByVal value As String _
    ) As Long
    public static long CLng( 
       string value
    )

    Parameters

    value
    string value

    Return Value

    long value
    See Also