PhoneNumberFormatter.FormatString(String) Method

Definition

Returns the input string, formatted as a phone number.

public:
 virtual Platform::String ^ FormatString(Platform::String ^ number) = FormatString;
winrt::hstring FormatString(winrt::hstring const& number);
public string FormatString(string number);
function formatString(number)
Public Function FormatString (number As String) As String

Parameters

number
String

Platform::String

winrt::hstring

The input string to be formatted.

Returns

String

Platform::String

winrt::hstring

The input string, formatted as a phone number, using the region specified when this PhoneNumberFormatter was created.

Applies to