Compartir a través de


PermilleFormatter.FormatInt(Int64) Método

Definición

Devuelve una representación de cadena de un permillage Int64 .

public:
 virtual Platform::String ^ FormatInt(long long value) = FormatInt;
winrt::hstring FormatInt(long const& value);
public string FormatInt(long value);
function formatInt(value)
Public Function FormatInt (value As Long) As String

Parámetros

value
Int64

long long

long

Valor Int64 al que se va a dar formato.

Devoluciones

String

Platform::String

winrt::hstring

Cadena que representa el permillage.

Implementaciones

M:Windows.Globalization.NumberFormatting.INumberFormatter2.FormatInt(System.Int64) M:Windows.Globalization.NumberFormatting.INumberFormatter2.FormatInt(long long) M:Windows.Globalization.NumberFormatting.INumberFormatter2.FormatInt(long)

Se aplica a