Click or drag to resize

Currency.ToString Method (String)

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
 METHOD ToString(
	sFormat AS STRING
) AS STRING
Request Example View Source

Parameters

sFormat
Type: String

Return Value

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