Condividi tramite


Utf8Formatter Classe

Definizione

Fornisce metodi statici per formattare i tipi di dati comuni come stringhe Utf8.

public ref class Utf8Formatter abstract sealed
public static class Utf8Formatter
type Utf8Formatter = class
Public Class Utf8Formatter
Ereditarietà
Utf8Formatter

Metodi

TryFormat(Boolean, Span<Byte>, Int32, StandardFormat)

Formatta un elemento Boolean come stringa UTF8.

TryFormat(Byte, Span<Byte>, Int32, StandardFormat)

Formatta un elemento Byte come stringa UTF8.

TryFormat(DateTime, Span<Byte>, Int32, StandardFormat)

Formatta un elemento DateTime come stringa UTF8.

TryFormat(DateTimeOffset, Span<Byte>, Int32, StandardFormat)

Formatta un elemento DateTimeOffset come stringa UTF8.

TryFormat(Decimal, Span<Byte>, Int32, StandardFormat)

Formatta un elemento Decimal come stringa UTF8.

TryFormat(Double, Span<Byte>, Int32, StandardFormat)

Formatta un elemento Double come stringa UTF8.

TryFormat(Guid, Span<Byte>, Int32, StandardFormat)

Formatta un elemento Guid come stringa UTF8.

TryFormat(Int16, Span<Byte>, Int32, StandardFormat)

Formatta un elemento Int16 come stringa UTF8.

TryFormat(Int32, Span<Byte>, Int32, StandardFormat)

Formatta un elemento Int32 come stringa UTF8.

TryFormat(Int64, Span<Byte>, Int32, StandardFormat)

Formatta un elemento Int64 come stringa UTF8.

TryFormat(SByte, Span<Byte>, Int32, StandardFormat)

Formatta un elemento SByte come stringa UTF8.

TryFormat(Single, Span<Byte>, Int32, StandardFormat)

Formatta un elemento Single come stringa UTF8.

TryFormat(TimeSpan, Span<Byte>, Int32, StandardFormat)

Formatta un elemento TimeSpan come stringa UTF8.

TryFormat(UInt16, Span<Byte>, Int32, StandardFormat)

Formatta un elemento UInt16 come stringa UTF8.

TryFormat(UInt32, Span<Byte>, Int32, StandardFormat)

Formatta un elemento UInt32 come stringa UTF8.

TryFormat(UInt64, Span<Byte>, Int32, StandardFormat)

Formatta un elemento UInt64 come stringa UTF8.

Si applica a