DateTime.ToString Method
.NET Framework 3.0
Converts the value of the current DateTime object to its equivalent string representation.
| Name | Description |
|---|---|
| DateTime.ToString () | Converts the value of the current DateTime object to its equivalent string representation. Supported by the .NET Compact Framework. |
| DateTime.ToString (IFormatProvider) | Converts the value of the current DateTime object to its equivalent string representation using the specified culture-specific format information. Supported by the .NET Compact Framework. |
| DateTime.ToString (String) | Converts the value of the current DateTime object to its equivalent string representation using the specified format. Supported by the .NET Compact Framework. |
| DateTime.ToString (String, IFormatProvider) | Converts the value of the current DateTime object to its equivalent string representation using the specified format and culture-specific format information. Supported by the .NET Compact Framework. |
Community Additions
ADD
Show: