Property | Type | Description | |
---|---|---|---|
ISONumber | int | ||
IsLatest | bool |
Method | Description | |
---|---|---|
CurrencyInfo ( [ code, int isoNumber, [ exponent, [ fullName, bool isLatest ) : System |
Initialize a new instance of CurrencyInfo.
|
|
GetOutOfDate ( ) : |
Gets the out of date equivalent of this CurrencyInfo.
|
|
ToString ( ) : string |
Returns a string that represents this instance.
|
public CurrencyInfo ( [ code, int isoNumber, [ exponent, [ fullName, bool isLatest ) : System | ||
code | [ | The ISO Code. |
isoNumber | int | The ISO Number. |
exponent | [ | The exponent, which is the number of decimals available in the currency. |
fullName | [ | The currency's full name. |
isLatest | bool | if set to |
return | System |