Given a country name, returns the associated CCountry object, or NULL if the country name is not found

Namespace:  Asi.iBO.SystemConfig
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public CCountry GetCountry(
	string countryName
)
Visual Basic (Declaration)
Public Function GetCountry ( _
	countryName As String _
) As CCountry
Visual C++
public:
CCountry^ GetCountry(
	String^ countryName
)

Parameters

countryName
Type: System..::.String
The name of country to find/validate

Return Value

A CCountry object with details about the country, or null if the country is not found/not valid.

See Also