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

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

bir Boolean öğesini UTF8 dizesi olarak biçimlendirin.

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

bir Byte öğesini UTF8 dizesi olarak biçimlendirin.

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

bir DateTime öğesini UTF8 dizesi olarak biçimlendirin.

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

bir DateTimeOffset öğesini UTF8 dizesi olarak biçimlendirin.

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

bir Decimal öğesini UTF8 dizesi olarak biçimlendirin.

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

bir Double öğesini UTF8 dizesi olarak biçimlendirin.

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

bir Guid öğesini UTF8 dizesi olarak biçimlendirin.

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)

bir Single öğesini UTF8 dizesi olarak biçimlendirin.

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

bir TimeSpan öğesini UTF8 dizesi olarak biçimlendirin.

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

bir UInt16 öğesini UTF8 dizesi olarak biçimlendirin.

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

bir UInt32 öğesini UTF8 dizesi olarak biçimlendirin.

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

bir UInt64 öğesini UTF8 dizesi olarak biçimlendirin.

Şunlara uygulanır