PhoneNumberFormatter.FormatStringWithLeftToRightMarkers(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
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.