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 문자열로 서식을 지정합니다.

적용 대상