Converts this instance to its equivalent String representation based upon
the current culture setting of the running thread.
Syntax
'Declaration
Public Overloads Overrides Function ToString() As String
'Usage
Dim instance As TdIntervalDay
Dim value As String
value = instance.ToString()
public override string ToString()
public:
String^ ToString(); override
Return Value
A string representation of the TdIntervalDay will be returned.
Requirements
Product | Versions | Platforms |
.NET | 2.1, 3.1, 6 | Windows, Linux, MacOS |
.NET Framework | 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
.NET Standard | 2.0 | Windows, Linux, MacOS |
See Also