Find a country code by its code


Namespace: Dynmark.Services.API
Assembly: Dynmark.Services.API (in Dynmark.Services.API.dll)

Syntax

Visual Basic (Declaration)
Public Function FindByCountryCode( _ 
   ByVal countryCode As String _ 
) As CountryClass
C#
public CountryClass FindByCountryCode(
   string countryCode
)
C++
public:
 CountryClass FindByCountryCode(
   String countryCode
) sealed 
J#
public CountryClass FindByCountryCode(
   string countryCode
)
JScript
public  function FindByCountryCode(
   countryCode : String
) : CountryClass

Parameters

countryCode
Country code to find

Return Value

Object if found otherwise null

See Also