CultureAndRegionInfoBuilder.ThreeLetterISORegionName 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置在 ISO 3166 中定义的由三个字母组成的国家/地区代码。
public:
property System::String ^ ThreeLetterISORegionName { System::String ^ get(); void set(System::String ^ value); };
public string ThreeLetterISORegionName { get; set; }
member this.ThreeLetterISORegionName : string with get, set
Public Property ThreeLetterISORegionName As String
属性值
在 ISO 3166 中定义的由三个字母组成的国家/地区代码。
例外
设置操作中的值为 null
。
在设置操作中,该值的长度超出 1 至 8 个字符的范围。
在设置操作中,该值包含一个不在“a”至“z”、“A”至“Z”或“0”至“9”范围内的字符。
注解
属性 ThreeLetterISORegionName 对应于 ThreeLetterISORegionName 属性。
属性 ThreeLetterISORegionName 包含 ISO 3166 中为国家/地区定义的三字母代码之一。 例如,美国的三个字母代码为“USA”。
大小写不重要。 但是, RegionNameTwoLetterISORegionName和 ThreeLetterISORegionName 属性包含相应的大写代码。
预定义的国家/地区名称列在类主题中 RegionInfo 。