Freigeben über


Utf8Formatter Klasse

Definition

Bietet statische Methoden zum Formatieren allgemeiner Datentypen als UTF8-Zeichenfolgen.

public ref class Utf8Formatter abstract sealed
public static class Utf8Formatter
type Utf8Formatter = class
Public Class Utf8Formatter
Vererbung
Utf8Formatter

Methoden

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

Formatiert einen Boolean-Wert als UTF8-Zeichenfolge.

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

Formatiert einen Byte-Wert als UTF8-Zeichenfolge.

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

Formatiert einen DateTime-Wert als UTF8-Zeichenfolge.

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

Formatiert einen DateTimeOffset-Wert als UTF8-Zeichenfolge.

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

Formatiert einen Decimal-Wert als UTF8-Zeichenfolge.

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

Formatiert einen Double-Wert als UTF8-Zeichenfolge.

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

Formatiert einen Guid-Wert als UTF8-Zeichenfolge.

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

Formatiert einen Int16-Wert als UTF8-Zeichenfolge.

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

Formatiert einen Int32-Wert als UTF8-Zeichenfolge.

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

Formatiert einen Int64-Wert als UTF8-Zeichenfolge.

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

Formatiert einen SByte-Wert als UTF8-Zeichenfolge.

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

Formatiert einen Single-Wert als UTF8-Zeichenfolge.

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

Formatiert einen TimeSpan-Wert als UTF8-Zeichenfolge.

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

Formatiert einen UInt16-Wert als UTF8-Zeichenfolge.

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

Formatiert einen UInt32-Wert als UTF8-Zeichenfolge.

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

Formatiert einen UInt64-Wert als UTF8-Zeichenfolge.

Gilt für: