Utf8Formatter Class

Definition

Provides static methods to format common data types as Utf8 strings.

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

Methods

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

Formats a Boolean as a UTF8 string.

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

Formats a Byte as a UTF8 string.

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

Formats a DateTime as a UTF8 string.

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

Formats a DateTimeOffset as a UTF8 string.

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

Formats a Decimal as a UTF8 string.

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

Formats a Double as a UTF8 string.

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

Formats a Guid as a UTF8 string.

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

Formats an Int16 as a UTF8 string.

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

Formats an Int32 as a UTF8 string.

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

Formats an Int64 as a UTF8 string.

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

Formats an SByte as a UTF8 string.

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

Formats a Single as a UTF8 string.

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

Formats a TimeSpan as a UTF8 string.

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

Formats a UInt16 as a UTF8 string.

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

Formats a UInt32 as a UTF8 string.

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

Formats a UInt64 as a UTF8 string.

Applies to