Description
Returns a boolean. True - if the currency is foreign and False - if it is not.
Return Function
Boolean.
Parameters
| Name |
Description |
Type |
| currency |
currency type |
String |
Example
The following example returns a boolean. True - if the currency is foreign and False - if it is not.
1 | Dim moedaEstrangeira as Boolean = sdk.Exchange.IsForeignCurrency("USD")
|