MoneyToString(IFormatProvider) Method
Converts the numeric value of this instance to its equivalent
String
representation.
Namespace: InnerDrive.FinancialAssembly: InnerDrive.Financial (in InnerDrive.Financial.dll) Version: 5.2.9017.0
public string ToString(
IFormatProvider? formatProvider
)
- formatProvider IFormatProvider
-
The IFormatProvider to use to format the value.
-or-
A null reference (Nothing in Visual Basic) to obtain the numeric format
information from the current locale setting of the operating system.
StringA
String containing the value of the current instance in the specified format.