CurrencyToString Method

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

Definition

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

Return Value

String
A String containing the full name of the currency.

Implements

ICurrencyToString

Example

USDollar.ToString() returns "United States dollars".

See Also