API Reference / CountryExtensionsAPI ReferenceClass CountryExtensionsEdit on GitHubNamespace HtmlForgeXAssembly HtmlForgeXSource Geography/Country.cs:266Modifiers staticCountry helpers and groups.InheritanceObjectCountryExtensionsFilter membersAll (6) Methods (6)Show inherited Expand all Collapse all ResetMethodspublic static String ToIso2(Country c) #Geography/Country.cs:266Returns: StringGets the ISO 3166-1 alpha-2 code for the given country.Parametersc HtmlForgeX.Country requiredposition: 0public static String ToIso3(Country c) #Geography/Country.cs:268Returns: StringGets the ISO 3166-1 alpha-3 code for the given country.Parametersc HtmlForgeX.Country requiredposition: 0Inherited Methodspublic override Boolean Equals(Object obj) #Containers/ChartXkcd/ChartXkcd.cs:116Returns: BooleanInherited from ObjectParametersobj Object requiredposition: 0public override Int32 GetHashCode() #Containers/ChartXkcd/ChartXkcd.cs:132Returns: Int32Inherited from Objectpublic Type GetType() #Containers/ChartXkcd/ChartXkcd.cs:94Returns: TypeInherited from Objectpublic override String ToString() #Containers/ChartXkcd/ChartXkcd.cs:113Returns: StringInherited from Object