Overload List
| Overload | Description |
| ToString() |
The TdDate is converted to a String representation of the date.
|
| ToString(String) |
TdDate is converted to the equivalent String using the specified format.
|
| ToString(IFormatProvider) |
Converts a TdDate into the equivalent string representation.
|
| ToString(String,IFormatProvider) |
TdDate is converted into the equivalent String representation using the
specified format and culture information.
|
Requirements
| Product | Versions | Platforms |
| .NET | 6, 7 | Windows, Linux, MacOS |
| .NET Framework | 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
| .NET Standard | 2.0 | Windows, Linux, MacOS |
See Also