Returns the string representation of the TdDecimal based on the current
culture of the running thread.
Syntax
'Declaration
Public Overloads Overrides Function ToString() As String
'Usage
Dim instance As TdDecimal
Dim value As String
value = instance.ToString()
public override string ToString()
public:
String^ ToString(); override
Return Value
The string representation for the TdDecimal is returned.
Exceptions
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