Condividi tramite


INumberFormatter.Format Metodo

Definizione

Overload

Format(Double)

Restituisce una rappresentazione di stringa di un valore Double .

Format(Int64)

Restituisce una rappresentazione di stringa di un valore Int64 .

Format(UInt64)

Restituisce una rappresentazione di stringa di un valore UInt64 .

Format(Double)

Restituisce una rappresentazione di stringa di un valore Double .

public:
 Platform::String ^ Format(double value);
/// [Windows.Foundation.Metadata.DefaultOverload]
/// [Windows.Foundation.Metadata.Overload("FormatDouble")]
winrt::hstring Format(double const& value);
[Windows.Foundation.Metadata.DefaultOverload]
[Windows.Foundation.Metadata.Overload("FormatDouble")]
public string Format(double value);
function format(value)
Public Function Format (value As Double) As String

Parametri

value
Double

double

Valore Double da formattare.

Restituisce

String

Platform::String

winrt::hstring

Valore stringa che rappresenta il valore.

Attributi

Vedi anche

Si applica a

Format(Int64)

Restituisce una rappresentazione di stringa di un valore Int64 .

public:
 Platform::String ^ Format(long long value);
/// [Windows.Foundation.Metadata.Overload("FormatInt")]
winrt::hstring Format(long const& value);
[Windows.Foundation.Metadata.Overload("FormatInt")]
public string Format(long value);
function format(value)
Public Function Format (value As Long) As String

Parametri

value
Int64

long long

long

Valore Int64 da formattare.

Restituisce

String

Platform::String

winrt::hstring

Valore stringa che rappresenta il valore.

Attributi

Vedi anche

Si applica a

Format(UInt64)

Restituisce una rappresentazione di stringa di un valore UInt64 .

public:
 Platform::String ^ Format(unsigned long long value);
/// [Windows.Foundation.Metadata.Overload("FormatUInt")]
winrt::hstring Format(uint64_t const& value);
[Windows.Foundation.Metadata.Overload("FormatUInt")]
public string Format(ulong value);
function format(value)
Public Function Format (value As ULong) As String

Parametri

value
UInt64

unsigned long long

uint64_t

Valore UInt64 da formattare.

Restituisce

String

Platform::String

winrt::hstring

Valore stringa che rappresenta il valore.

Attributi

Vedi anche

Si applica a