Inner Drive Extensible Architecture
C#
Show/Hide TOC
Currency
To
String Method
There are two overloads. Overloaded. Returns the issuing authority name in adjective form, and the full plural name of the currency.
Definition
Namespace:
InnerDrive.Financial
Assembly:
InnerDrive.Financial (in InnerDrive.Financial.dll) Version: 5.2.9017.0
C#
Copy
public
override
string
ToString
()
Return Value
String
A
String
containing the full name of the currency.
Implements
ICurrency
ToString
Example
USDollar.ToString()
returns "United States dollars".
See Also
Reference
Currency Class
ToString Overload
InnerDrive.Financial Namespace
In This Article
Definition
Return Value
Implements
Example
See Also