PhoneNumberInfo クラス

定義

電話番号に関する情報。

public ref class PhoneNumberInfo sealed : IStringable
/// [Windows.Foundation.Metadata.Activatable(Windows.Globalization.PhoneNumberFormatting.IPhoneNumberInfoFactory, 196608, "Windows.Foundation.UniversalApiContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class PhoneNumberInfo final : IStringable
[Windows.Foundation.Metadata.Activatable(typeof(Windows.Globalization.PhoneNumberFormatting.IPhoneNumberInfoFactory), 196608, "Windows.Foundation.UniversalApiContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class PhoneNumberInfo : IStringable
function PhoneNumberInfo(number)
Public NotInheritable Class PhoneNumberInfo
Implements IStringable
継承
Object Platform::Object IInspectable PhoneNumberInfo
属性
実装

Windows の要件

デバイス ファミリ
Windows 10 Anniversary Edition (10.0.14393.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v3.0 で導入)

コンストラクター

PhoneNumberInfo(String)

コンストラクターです。

プロパティ

CountryCode

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

PhoneNumber

電話番号を取得します。

メソッド

CheckNumberMatch(PhoneNumberInfo)

2 つの PhoneNumberInfo オブジェクトを比較します。

GetGeographicRegionCode()

この番号の地域コードを取得します。

GetLengthOfGeographicalAreaCode()

地理的な地域コードの文字数を取得します。

GetLengthOfNationalDestinationCode()

各国の宛先コードの長さを文字単位で取得します。

GetNationalSignificantNumber()

このオブジェクトの国内のかなりの数を取得します。

PredictNumberKind()

ヒューリスティックに、このオブジェクトで表される数値の種類を予測します。

ToString()

電話番号を文字列としてレンダリングします。

TryParse(String, PhoneNumberInfo)

指定された入力文字列を電話番号として解析し、それをカプセル化する PhoneNumberInfo を作成する静的メソッド。

TryParse(String, String, PhoneNumberInfo)

(特定のリージョン コードを使用して) 特定の入力文字列を電話番号として解析し、それをカプセル化する PhoneNumberInfo を 作成する静的メソッド。

適用対象

こちらもご覧ください