ICurrencyToString(Boolean) Method
Overloaded. Returns the issuing authority name in adjective form, and the full singular
or plural name of the currency.
Namespace: InnerDrive.FinancialAssembly: InnerDrive.Financial (in InnerDrive.Financial.dll) Version: 5.2.9017.0
string ToString(
bool plural
)
- plural Boolean
- If true, returns the full plural name of the currency.
StringA
String containing the full name of the currency.
For U.S. dollars, ToString(false) returns "United States dollar",
and ToString(true) returns "United States dollars".