ToString Method (UniDecimal)
In This Topic
Converts the current
UniDecimal structure to a
System.String.
Syntax
'Declaration
Public Overrides Function ToString() As String
public override string ToString()
Return Value
A
System.String representing the
UniDecimal structure.
See Also