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

In This Topic
    CDate(String) Method
    In This Topic
    Converts string to DateTime
    Syntax
    'Declaration
     
    Public Overloads Shared Function CDate( _
       ByVal value As String _
    ) As Date
    public static DateTime CDate( 
       string value
    )

    Parameters

    value
    string value

    Return Value

    DateTime value
    See Also