Bagikan melalui


Utf8Formatter Kelas

Definisi

Menyediakan metode statis untuk memformat jenis data umum sebagai string Utf8.

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

Metode

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

Memformat Boolean sebagai string UTF8.

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

Memformat Byte sebagai string UTF8.

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

Memformat DateTime sebagai string UTF8.

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

Memformat DateTimeOffset sebagai string UTF8.

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

Memformat Decimal sebagai string UTF8.

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

Memformat Double sebagai string UTF8.

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

Memformat Guid sebagai string UTF8.

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

Int16 Memformat sebagai string UTF8.

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

Int32 Memformat sebagai string UTF8.

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

Int64 Memformat sebagai string UTF8.

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

SByte Memformat sebagai string UTF8.

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

Memformat Single sebagai string UTF8.

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

Memformat TimeSpan sebagai string UTF8.

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

Memformat UInt16 sebagai string UTF8.

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

Memformat UInt32 sebagai string UTF8.

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

Memformat UInt64 sebagai string UTF8.

Berlaku untuk