CultureAndRegionInfoBuilder.ThreeLetterISORegionName プロパティ

定義

ISO 3166 で定義された国/地域の 3 文字コードを取得または設定します。

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 で定義された国/地域の 3 文字コード。

例外

設定操作の値が null です。

設定操作において、値の長さが 1 ~ 8 文字ではありません。

設定操作の値に、"a" ~ "z"、"A" ~ "Z"、または "0" ~ "9" の範囲外の文字が含まれています。

注釈

プロパティは ThreeLetterISORegionName 、 プロパティに ThreeLetterISORegionName 対応します。

プロパティには ThreeLetterISORegionName 、国/地域の ISO 3166 で定義されている 3 文字のコードのいずれかが含まれています。 たとえば、米国の 3 文字のコードは "USA" です。

大文字と小文字は重要ではありません。 ただし、、RegionNameTwoLetterISORegionName、および プロパティにはThreeLetterISORegionName、大文字の適切なコードが含まれています。

定義済みの国/地域名は、クラス トピックに RegionInfo 記載されています。

適用対象