HtmlForgeX

API Reference

Class

CountryExtensions

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers static

Country helpers and groups.

Inheritance

  • Object
  • CountryExtensions

Methods

public static String ToIso2(Country c) #
Returns: String

Gets the ISO 3166-1 alpha-2 code for the given country.

Parameters

c HtmlForgeX.Country requiredposition: 0
public static String ToIso3(Country c) #
Returns: String

Gets the ISO 3166-1 alpha-3 code for the given country.

Parameters

c HtmlForgeX.Country requiredposition: 0