Property this
this[string]
Gets a currency from this registry with the specified currency code.
Declaration
public Currency this[string currencyCode] { get; }
Parameters
Type | Name | Description |
---|---|---|
string | currencyCode |
Property Value
Type | Description |
---|---|
Currency |
Exceptions
Type | Condition |
---|---|
ArgumentException | Invalid or unknown currency code. |