Converts the date denoted by the current instance to its equivalent short date string representation.
A string containing the same value as a string returned by DateTime.ToString ("d", null ).
The value of the current instance is formatted using the short date format specifier, 'd'.
Note:This format uses the culture of the current thread. To specify formatting using a different culture, use DateTime.ToString .
For more information regarding the short date specifier, see System.Globalization.DateTimeFormatInfo .
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0