共用方式為


PhoneNumberFormatter.GetCountryCodeForRegion(String) 方法

定義

靜態方法,傳回指定區功能變數代碼的國家/地區代碼。

public:
 static int GetCountryCodeForRegion(Platform::String ^ regionCode);
 static int GetCountryCodeForRegion(winrt::hstring const& regionCode);
public static int GetCountryCodeForRegion(string regionCode);
function getCountryCodeForRegion(regionCode)
Public Shared Function GetCountryCodeForRegion (regionCode As String) As Integer

參數

regionCode
String

Platform::String

winrt::hstring

雙字母 ISO 區功能變數代碼。

傳回

Int32

int

電話國家/地區代碼,以整數表示。

適用於