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/ChartJs/ChartJsTooltip.cs:15Returns: BooleanInherited from ObjectParametersobj Object requiredposition: 0public override Int32 GetHashCode() #Containers/ChartJs/ChartJsTooltip.cs:23Returns: Int32Inherited from Objectpublic Type GetType() #Containers/ChartJs/ChartJsTitle.cs:102Returns: TypeInherited from Objectpublic override String ToString() #Returns: StringInherited from Object