Converts a DateTime to a String.
[Visual Basic] Overloads Public Shared Function ToString( _ ByVal value As DateTime _ ) As String [C#] public static string ToString( DateTime value ); [C++] public: static String* ToString( DateTime value ); [JScript] public static function ToString( value : DateTime ) : String;
value as a String.
[To be supplied.]
Convert Class | Convert Members | System Namespace | Convert.ToString Overload List