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
 

Parameters

value
The DateTime value to convert.

Return Value

A string representation of the DateTime value.
See Also