Currency.ToString Method (String, IFormatProvider) | |
Formats the value of the current instance using the specified format.
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax METHOD ToString(
format AS STRING,
provider AS IFormatProvider
) AS STRING
public string ToString(
string format,
IFormatProvider provider
)
Request Example
View SourceParameters
- format
- Type: String
The format to use.
-or-
A null reference ( in Visual Basic) to use the default format defined for the type of the IFormattable implementation. - provider
- Type: IFormatProvider
Return Value
Type:
StringThe value of the current instance in the specified format.
Implements
ToString(String, IFormatProvider)See Also