다음을 통해 공유


PhoneNumberInfo.CountryCode 속성

정의

이 전화 번호의 두 글자 국가 코드를 가져옵니다.

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

속성 값

Int32

int

국가 코드입니다.

적용 대상