Utf8Formatter Classe

Définition

Fournit des méthodes statiques pour mettre en forme des types de données courants sous forme de chaînes Utf8.

public ref class Utf8Formatter abstract sealed
public static class Utf8Formatter
type Utf8Formatter = class
Public Class Utf8Formatter
Héritage
Utf8Formatter

Méthodes

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

Met en forme un Boolean en chaîne UTF-8.

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

Met en forme un Byte en chaîne UTF-8.

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

Met en forme un DateTime en chaîne UTF-8.

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

Met en forme un DateTimeOffset en chaîne UTF-8.

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

Met en forme un Decimal en chaîne UTF-8.

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

Met en forme un Double en chaîne UTF-8.

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

Met en forme un Guid en chaîne UTF-8.

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

Met en forme un Int16 en chaîne UTF-8.

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

Met en forme un Int32 en chaîne UTF-8.

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

Met en forme un Int64 en chaîne UTF-8.

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

Met en forme un SByte en chaîne UTF-8.

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

Met en forme un Single en chaîne UTF-8.

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

Met en forme un TimeSpan en chaîne UTF-8.

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

Met en forme un UInt16 en chaîne UTF-8.

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

Met en forme un UInt32 en chaîne UTF-8.

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

Met en forme un UInt64 en chaîne UTF-8.

S’applique à