PhoneNumberFormatter.GetNationalDirectDialingPrefixForRegion 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
靜態方法,會傳回指定區域的國家直接撥號前置詞。
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,則會從傳回的字串中移除所有非數位字元。
傳回
指定區域的國家直接撥號前置詞。