共用方式為


PhoneNumberFormatter.GetNationalDirectDialingPrefixForRegion 方法

定義

靜態方法,會傳回指定區域的國家直接撥號前置詞。

public:
 static Platform::String ^ GetNationalDirectDialingPrefixForRegion(Platform::String ^ regionCode, bool stripNonDigit);
 static winrt::hstring GetNationalDirectDialingPrefixForRegion(winrt::hstring const& regionCode, bool const& stripNonDigit);
public static string GetNationalDirectDialingPrefixForRegion(string regionCode, bool stripNonDigit);
function getNationalDirectDialingPrefixForRegion(regionCode, stripNonDigit)
Public Shared Function GetNationalDirectDialingPrefixForRegion (regionCode As String, stripNonDigit As Boolean) As String

參數

regionCode
String

Platform::String

winrt::hstring

感興趣的區功能變數代碼。

stripNonDigit
Boolean

bool

如果 為 true,則會從傳回的字串中移除所有非數位字元。

傳回

String

Platform::String

winrt::hstring

指定區域的國家直接撥號前置詞。

適用於