Condividi tramite


PhoneNumberFormatter.FormatStringWithLeftToRightMarkers(String) Metodo

Definizione

Restituisce la stringa di input, formattata come numero di telefono, circondata da marcatori Unicode Left to Right (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

Parametri

number
String

Platform::String

winrt::hstring

Stringa di input da formattare.

Restituisce

String

Platform::String

winrt::hstring

Stringa di input, formattata come numero di telefono, usando l'area specificata quando è stato creato phoneNumberFormatter. La stringa è circondata da marcatori Unicode Left to Right (LTR).

Commenti

Usare questo metodo durante il rendering di un numero di telefono per la visualizzazione e le impostazioni dell'area corrente specificano una lingua RTL (Right to Left). I numeri di telefono devono comunque essere sottoposti a rendering a sinistra a destra, anche quando viene eseguito il rendering in lingue RTL.

Si applica a