USDollarAbbreviation Property

Gets the three-letter abbreviation of the currency.

Definition

Namespace: InnerDrive.Financial
Assembly: InnerDrive.Financial (in InnerDrive.Financial.dll) Version: 5.2.9017.0
C#
public override string Abbreviation { get; }

Property Value

String
"USD"

Implements

ICurrencyAbbreviation

Example

For U.S. Dollars, returns "USD"

See Also