Manuais
PHC GO Funções SDK - Exchange
 

Exchange

This class contains methods and functions related to exchanges with in the application.
 
 

Function IsForeignCurrency


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")