Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

PhoneNumberFormatter Class

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Formats phone numbers.

public ref class PhoneNumberFormatter sealed
/// [Windows.Foundation.Metadata.Activatable(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 PhoneNumberFormatter final
[Windows.Foundation.Metadata.Activatable(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 PhoneNumberFormatter
function PhoneNumberFormatter()
Public NotInheritable Class PhoneNumberFormatter
Inheritance
Object Platform::Object IInspectable PhoneNumberFormatter
Attributes

Windows requirements

Requirements Description
Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v3.0)

Constructors

Name Description
PhoneNumberFormatter()

Creates a PhoneNumberFormatter object, using the current default region.

Methods

Name Description
Format(PhoneNumberInfo, PhoneNumberFormat)

Returns a string representing the given phone number, using the given format.

Format(PhoneNumberInfo)

Returns a string representation of the provided phone number.

FormatPartialString(String)

Returns a string representing the formatted partial phone number given.

Use this method to format phone numbers as they are being entered by a user, to help the user visualize the complete, formatted number.

FormatString(String)

Returns the input string, formatted as a phone number.

FormatStringWithLeftToRightMarkers(String)

Returns the input string, formatted as a phone number, surrounded by Unicode Left to Right (LTR) markers.

GetCountryCodeForRegion(String)

Static method that returns the country code for a given region code.

GetNationalDirectDialingPrefixForRegion(String, Boolean)

Static method that returns the national direct dialing prefix for the given region.

TryCreate(String, PhoneNumberFormatter)

Attempts to create a PhoneNumberFormatter for a given region code, and doesn't throw on failure.

WrapWithLeftToRightMarkers(String)

Wraps a string with Unicode Left to Right (LTR) markers.

Applies to


Feedback

Was this page helpful?