PhoneNumberFormatter.FormatString(String) Method
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.
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
The input string, formatted as a phone number, using the region specified when this PhoneNumberFormatter was created.