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 文字列として書式設定します。

適用対象