CurrencyToString(Boolean) Method

Overloaded. Returns the issuing authority name in adjective form, and the full singular or plural name of the currency.

Definition

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

Parameters

plural  Boolean
If true, returns the full plural name of the currency.

Return Value

String
A String containing the full name of the currency.

Implements

ICurrencyToString(Boolean)

Example

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

See Also