Click or drag to resize

StiIsoElementHelper Class

[Missing <summary> documentation for "T:Stimulsoft.Report.Helpers.StiIsoElementHelper"]

Inheritance Hierarchy
SystemObject
  Stimulsoft.Report.HelpersStiIsoElementHelper

Namespace:  Stimulsoft.Report.Helpers
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static class StiIsoElementHelper

The StiIsoElementHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetCountryFromAlpha2
Obtain ISO3166-1 Country based on its alpha2 code.
Public methodStatic memberGetCountryFromAlpha3
Gets ISO3166-1 Country based on its alpha3 code.
Public methodStatic memberGetCountryFromName
Gets ISO3166-1 Country based on its alpha3 code. Returns null, if country is not recognized.
Public methodStatic memberGetIsoAlpha2FromName
Gets ISO3166-1 Alpha2 code based on country name. Returns null, if country is not recognized.
Public methodStatic memberGetIsoAlpha3FromName
Gets ISO3166-1 Alpha3 code based on country name. Returns null, if country is not recognized.
Top
See Also