Inner Drive Extensible Architecture
C#
Show/Hide TOC
ICurrency
Symbol Property
Returns the symbol for the currency.
Definition
Namespace:
InnerDrive.Financial
Assembly:
InnerDrive.Financial (in InnerDrive.Financial.dll) Version: 5.2.9017.0
C#
Copy
string
Symbol
{
get
; }
Property Value
String
Example
For U.S. Dollars, returns "$"
See Also
Reference
ICurrency Interface
InnerDrive.Financial Namespace
In This Article
Definition
Example
See Also