Partager via


PhoneNumberFormatter.FormatStringWithLeftToRightMarkers(String) Méthode

Définition

Retourne la chaîne d’entrée, mise en forme en tant que numéro de téléphone, entourée de marqueurs Unicode de gauche à droite (LTR).

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

Paramètres

number
String

Platform::String

winrt::hstring

Chaîne d’entrée à mettre en forme.

Retours

String

Platform::String

winrt::hstring

Chaîne d’entrée, mise en forme en tant que numéro de téléphone, à l’aide de la région spécifiée lors de la création de ce PhoneNumberFormatter. La chaîne est entourée de marqueurs Unicode de gauche à droite (LTR).

Remarques

Utilisez cette méthode lors du rendu d’un numéro de téléphone à afficher et les paramètres de la région actuelle spécifient une langue RTL (Droite à Gauche). Les numéros de téléphone doivent toujours être affichés de gauche à droite, même s’ils sont affichés dans les langues RTL.

S’applique à