Convert a Country Code to a Country Name.

<para> The following are recognised Codes: <list> <item><code>AU, AUS</code><description>Australia</description></item> <item><code>FJ, FJI</code><description>Fiji</description></item> <item><code>GB, GBR, UK</code><description>United Kingdom</description></item> <item><code>NZ, NZL</code><description>New Zealand</description></item> <item><code>PG, PNG</code><description>Papua New Guinea</description></item> <item><code>TO, TON</code><description>Tonga</description></item> <item><code>US, USA</code><description>United States of America</description></item> <item><code>ZA, ZAF</code><description>South Africa</description></item> </list> </para> <para> If the Code cannot be resolved then the original value passed in will be returned. </para>

Syntax

finSupportedCountries.ResolveCountryCode(countryCode)

Parameters

NameTypeOptionalByRefDescription
countryCode String The Country Code.

Return Value

String

A String value.

Member of:
finSupportedCountries
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0