Click or drag to resize

Currency.ToString Method

X#
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
Request Example View Source

Return Value

Type: String
The string representation of the value of this instance.
See Also