Converts a DateTime value to its equivalent string representation.
'Declaration
Public Overloads Shared Function CStr( _
ByVal As Date _
) As String
Parameters
- value
- The DateTime value to convert.
Return Value
A string representation of the DateTime value.