Utf8Formatter Klasa

Definicja

Udostępnia metody statyczne do formatowania typowych typów danych jako ciągów Utf8.

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

Metody

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

Formatuje Boolean jako ciąg UTF8.

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

Formatuje Byte jako ciąg UTF8.

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

Formatuje DateTime jako ciąg UTF8.

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

Formatuje DateTimeOffset jako ciąg UTF8.

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

Formatuje Decimal jako ciąg UTF8.

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

Formatuje Double jako ciąg UTF8.

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

Formatuje Guid jako ciąg UTF8.

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

Formatuje Int16 jako ciąg UTF8.

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

Formatuje Int32 jako ciąg UTF8.

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

Formatuje Int64 jako ciąg UTF8.

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

Formatuje SByte jako ciąg UTF8.

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

Formatuje Single jako ciąg UTF8.

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

Formatuje TimeSpan jako ciąg UTF8.

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

Formatuje UInt16 jako ciąg UTF8.

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

Formatuje UInt32 jako ciąg UTF8.

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

Formatuje UInt64 jako ciąg UTF8.

Dotyczy