Click or drag to resize

StiIsoElementHelperGetCountryFromAlpha2 Method

Obtain ISO3166-1 Country based on its alpha2 code.

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

Parameters

alpha2
Type: SystemString

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

mapId (Optional)
Type: SystemString

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

Return Value

Type: StiIsoCountry

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

See Also