ICurrencyToString Method

There are two overloads. Overloaded. Returns the issuing authority name in adjective form, and the full singular name of the currency.

Definition

Namespace: InnerDrive.Financial
Assembly: InnerDrive.Financial (in InnerDrive.Financial.dll) Version: 5.2.9017.0
C#
string ToString()

Return Value

String
A String containing the full name of the currency.

Example

For U.S. dollars, ToString() returns "United States dollar", and ToString(true) returns "United States dollars".

See Also