Метод | Описание | |
---|---|---|
IsStandardIso3166Region ( string region ) : bool |
Should give the same answer as StandardTags.IsStandardIso3166Region, but more efficiently.
|
|
IsValidIso3166Region ( string region ) : bool |
Should give the same answer as StandardTags.IsValidIso3166Region, but more efficiently.
|
|
RegionSubtag ( |
Initializes a new instance of the T:RegionSubtag class.
|
|
RegionSubtag ( string code, string name, bool isPrivateUse ) : System |
Initializes a new instance of the T:RegionSubtag class.
|
public static IsStandardIso3166Region ( string region ) : bool | ||
region | string | |
Результат | bool |
public static IsValidIso3166Region ( string region ) : bool | ||
region | string | |
Результат | bool |
public RegionSubtag ( |
||
subtag | The subtag. | |
name | string | The name. |
Результат | System |
public RegionSubtag ( string code, string name, bool isPrivateUse ) : System | ||
code | string | The code. |
name | string | The name. |
isPrivateUse | bool | if set to |
Результат | System |