CurrencyListGetCurrency Method
Return the specified currency object, creating it if needed. Thread safe.
Namespace: T4.APIAssembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
public Currency GetCurrency(
string psCurrency
)
Public Function GetCurrency (
psCurrency As String
) As Currency
- psCurrency String
- The currency to get, e.g. GBP
CurrencyObject representing the specified currency
If the currency specified doesn't already exist then a new currency object is created with a default 1:1 exchange rate.