Given a country name, returns the associated CCountry object, or NULL if the country name is not found
Namespace:
Asi.iBO.SystemConfigAssembly: 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