API Reference
Class
CountryIdExtensions
Provides display-name conversion helpers for CountryId values.
Inheritance
- Object
- CountryIdExtensions
Methods
public static String ToName(CountryId id) #Returns:
StringReturns the public DNS catalog country name for the specified country identifier.
Parameters
- id DomainDetective.CountryId
public static Boolean TryParse(String name, out CountryId id) #Returns:
BooleanAttempts to parse a public DNS catalog country name into a country identifier.
Parameters
- name System.String
- id DomainDetective.CountryId@
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object