Click or drag to resize

StiIsoElementHelperGetCountryFromAlpha3 Method

Gets ISO3166-1 Country based on its alpha3 code.

Namespace:  Stimulsoft.Report.Helpers
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static StiIsoCountry GetCountryFromAlpha3(
	string alpha3,
	string mapId = null
)

Parameters

alpha3
Type: SystemString

[Missing <param name="alpha3"/> documentation for "M:Stimulsoft.Report.Helpers.StiIsoElementHelper.GetCountryFromAlpha3(System.String,System.String)"]

mapId (Optional)
Type: SystemString

[Missing <param name="mapId"/> documentation for "M:Stimulsoft.Report.Helpers.StiIsoElementHelper.GetCountryFromAlpha3(System.String,System.String)"]

Return Value

Type: StiIsoCountry

[Missing <returns> documentation for "M:Stimulsoft.Report.Helpers.StiIsoElementHelper.GetCountryFromAlpha3(System.String,System.String)"]

See Also