CountryInfo.Parse method
Namespace: Microsoft.Exchange.Data.Directory
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Shared Function Parse ( _
name As String _
) As CountryInfo
'Usage
Dim name As String
Dim returnValue As CountryInfo
returnValue = CountryInfo.Parse(name)
public static CountryInfo Parse(
string name
)
Parameters
- name
Type: System.String
Return value
Type: Microsoft.Exchange.Data.Directory.CountryInfo