ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.VBFunctionLib Assembly / GrapeCity.Enterprise.Data.VisualBasicReplacement Namespace / Conversion Class / CStr Method / CStr(DateTime) Method
The DateTime value to convert.

In This Topic
    CStr(DateTime) Method
    In This Topic
    Converts a DateTime value to its equivalent string representation.
    Syntax
    'Declaration
     
    Public Overloads Shared Function CStr( _
       ByVal value As Date _
    ) As String
    public static string CStr( 
       DateTime value
    )

    Parameters

    value
    The DateTime value to convert.

    Return Value

    A string representation of the DateTime value.
    See Also