Utf8Formatter 类

定义

提供用于将常见数据类型的格式设置为 UTF8 字符串的静态方法。

public ref class Utf8Formatter abstract sealed
public static class Utf8Formatter
type Utf8Formatter = class
Public Class Utf8Formatter
继承
Utf8Formatter

方法

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

Boolean 的格式设置为 UTF8 字符串。

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

Byte 的格式设置为 UTF8 字符串。

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

DateTime 的格式设置为 UTF8 字符串。

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

DateTimeOffset 的格式设置为 UTF8 字符串。

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

Decimal 的格式设置为 UTF8 字符串。

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

Double 的格式设置为 UTF8 字符串。

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

Guid 的格式设置为 UTF8 字符串。

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

Int16 的格式设置为 UTF8 字符串。

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

Int32 的格式设置为 UTF8 字符串。

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

Int64 的格式设置为 UTF8 字符串。

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

SByte 的格式设置为 UTF8 字符串。

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

Single 的格式设置为 UTF8 字符串。

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

TimeSpan 的格式设置为 UTF8 字符串。

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

UInt16 的格式设置为 UTF8 字符串。

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

UInt32 的格式设置为 UTF8 字符串。

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

UInt64 的格式设置为 UTF8 字符串。

适用于