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)

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 を書式設定します。

適用対象