PhoneNumberFormatter.WrapWithLeftToRightMarkers(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.
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
The input string, surrounded with LTR markers.