Currency.ToString Method (String) | |
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
public string ToString(
string sFormat
)
Request Example
View SourceParameters
- sFormat
- Type: String
Return Value
Type:
StringThe string representation of the value of this instance.
See Also