Domain Detective

API Reference

Class

CountryIdExtensions

Provides display-name conversion helpers for CountryId values.

Inheritance

  • Object
  • CountryIdExtensions

Methods

public static String ToName(CountryId id) #
Returns: String

Returns the public DNS catalog country name for the specified country identifier.

Parameters

id DomainDetective.CountryId requiredposition: 0
public static Boolean TryParse(String name, out CountryId id) #
Returns: Boolean

Attempts to parse a public DNS catalog country name into a country identifier.

Parameters

name System.String requiredposition: 0
id DomainDetective.CountryId@ requiredposition: 1
{{ include "footer" }}