Inner Drive Extensible Architecture
C#
Show/Hide TOC
Currency
Name Property
Returns the singular name of the currency.
Definition
Namespace:
InnerDrive.Financial
Assembly:
InnerDrive.Financial (in InnerDrive.Financial.dll) Version: 5.2.9017.0
C#
Copy
public
virtual
string
Name
{
get
;
set
; }
Property Value
String
Empty
Implements
ICurrency
Name
Example
For U.S. Dollars, returns "dollar"
See Also
Reference
Currency Class
InnerDrive.Financial Namespace
In This Article
Definition
Property Value
Implements
Example
See Also