'Declaration Public Overloads Overrides Function ToString() As String
public override string ToString()
public: String^ ToString(); override
Return Value
The string representation of TdDate is returned.
'Declaration Public Overloads Overrides Function ToString() As String
public override string ToString()
public: String^ ToString(); override
The string representation of the data will be in the format: "yyyy-MM-dd".
If the this instance is TdDate.Null, a string that contains "Null" will be returned.
| 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 |