Utf8Formatter 클래스

정의

공통 데이터 형식의 형식을 Utf8 문자열로 지정하는 정적 메서드를 제공합니다.

public ref class Utf8Formatter abstract sealed
public static class Utf8Formatter
type Utf8Formatter = class
Public Class Utf8Formatter
상속
Utf8Formatter

메서드

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

UTF8 문자열로 서식을 지정합니다 Boolean .

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

UTF8 문자열로 서식을 지정합니다 Byte .

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

UTF8 문자열로 서식을 지정합니다 DateTime .

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

UTF8 문자열로 서식을 지정합니다 DateTimeOffset .

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

UTF8 문자열로 서식을 지정합니다 Decimal .

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

UTF8 문자열로 서식을 지정합니다 Double .

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

UTF8 문자열로 서식을 지정합니다 Guid .

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

UTF8 문자열로 서식을 지정합니다 Int16 .

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

UTF8 문자열로 서식을 지정합니다 Int32 .

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

UTF8 문자열로 서식을 지정합니다 Int64 .

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

UTF8 문자열로 서식을 지정합니다 SByte .

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

UTF8 문자열로 서식을 지정합니다 Single .

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

UTF8 문자열로 서식을 지정합니다 TimeSpan .

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

UTF8 문자열로 서식을 지정합니다 UInt16 .

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

UTF8 문자열로 서식을 지정합니다 UInt32 .

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

UTF8 문자열로 서식을 지정합니다 UInt64 .

적용 대상