PhoneNumberFormatter.WrapWithLeftToRightMarkers(String) Method

Definition

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

public:
 static Platform::String ^ WrapWithLeftToRightMarkers(Platform::String ^ number);
 static winrt::hstring WrapWithLeftToRightMarkers(winrt::hstring const& number);
public static string WrapWithLeftToRightMarkers(string number);
function wrapWithLeftToRightMarkers(number)
Public Shared Function WrapWithLeftToRightMarkers (number As String) As String

Parameters

number
String

Platform::String

winrt::hstring

The string to be surrounded with LTR markers.

Returns

String

Platform::String

winrt::hstring

The input string, surrounded with LTR markers.

Applies to