次の方法で共有


PhoneNumberInfo.CountryCode プロパティ

定義

この電話番号の 2 文字の国番号を取得します。

public:
 property int CountryCode { int get(); };
int CountryCode();
public int CountryCode { get; }
var int32 = phoneNumberInfo.countryCode;
Public ReadOnly Property CountryCode As Integer

プロパティ値

Int32

int

国コード。

適用対象