Currency.ToString Method | |
Converts the numeric value of this instance to its equivalent string representation.
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax VIRTUAL METHOD ToString() AS STRING
public override string ToString()
Request Example
View SourceReturn Value
Type:
StringThe string representation of the value of this instance.
See Also