MoneyToString(String) 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(
string? format
)
- format String
- The String specifying the format to use.
-or-
A null reference (Nothing in Visual Basic) to use the default format
defined for the type of the IFormattable implementation.
StringA
String containing the value of the current instance in the specified format.