Inner Drive Extensible Architecture
C#
Show/Hide TOC
USDollar
Abbreviation 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#
Copy
public
override
string
Abbreviation
{
get
; }
Property Value
String
"USD"
Implements
ICurrency
Abbreviation
Example
For U.S. Dollars, returns "USD"
See Also
Reference
USDollar Class
InnerDrive.Financial Namespace
In This Article
Definition
Property Value
Implements
Example
See Also