Aracılığıyla paylaş


Utf8Formatter Sınıf

Tanım

Yaygın veri türlerini Utf8 dizeleri olarak biçimlendirmek için statik yöntemler sağlar.

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

Yöntemler

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

A'yi Boolean UTF8 dizesi olarak biçimlendirer.

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

A'yi Byte UTF8 dizesi olarak biçimlendirer.

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

A'yi DateTime UTF8 dizesi olarak biçimlendirer.

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

A'yi DateTimeOffset UTF8 dizesi olarak biçimlendirer.

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

A'yi Decimal UTF8 dizesi olarak biçimlendirer.

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

A'yi Double UTF8 dizesi olarak biçimlendirer.

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

A'yi Guid UTF8 dizesi olarak biçimlendirer.

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

bir Int16 öğesini UTF8 dizesi olarak biçimlendirer.

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

bir Int32 öğesini UTF8 dizesi olarak biçimlendirer.

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

bir Int64 öğesini UTF8 dizesi olarak biçimlendirer.

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

bir SByte öğesini UTF8 dizesi olarak biçimlendirer.

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

A'yi Single UTF8 dizesi olarak biçimlendirer.

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

A'yi TimeSpan UTF8 dizesi olarak biçimlendirer.

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

A'yi UInt16 UTF8 dizesi olarak biçimlendirer.

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

A'yi UInt32 UTF8 dizesi olarak biçimlendirer.

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

A'yi UInt64 UTF8 dizesi olarak biçimlendirer.

Şunlara uygulanır