ComponentSpace Country Picker Control Reference

CountryCollection.GetCountry Method 

Get the country in the list with the specfied name.

[Visual Basic]
Public Function GetCountry( _
   ByVal countryName As String _
) As Country
[C#]
public Country GetCountry(
   string countryName
);

Parameters

countryName
The name of the country to retrieve.

Return Value

The country with the specified name or null.

See Also

CountryCollection Class | ComponentSpace.CountryPicker Namespace