StiIsoCountry Class
Namespace: Stimulsoft.Report.Helpers
Representation of an ISO3166-1 Country or State
Constructors
| Constructor | Description |
|---|---|
| constructor(string[] names) |
constructor(names: string[])
Parameters
- names (string[])
Methods
| Method | Returns | Description |
|---|---|---|
| fr | StiIsoCountry | |
| iso | StiIsoCountry | |
| ru | StiIsoCountry |
Method Details
fr
fr(names: string[]): StiIsoCountry
Parameters
- names (string[])
Returns StiIsoCountry
iso
iso(alpha2: string, alpha3: string): StiIsoCountry
Parameters
- alpha2 (string)
- alpha3 (string)
Returns StiIsoCountry
ru
ru(names: string[]): StiIsoCountry
Parameters
- names (string[])
Returns StiIsoCountry
Fields
| Field | Type | Description |
|---|---|---|
| alpha2 | string | |
| alpha3 | string | |
| frNames | string[] | |
| names | string[] | |
| ruNames | string[] |