Utf8Parser クラス

定義

Utf8 文字列を一般的なデータ型に解析する静的メソッドを提供します。

public ref class Utf8Parser abstract sealed
public static class Utf8Parser
type Utf8Parser = class
Public Class Utf8Parser
継承
Utf8Parser

メソッド

名前 説明
TryParse(ReadOnlySpan<Byte>, Boolean, Int32, Char)

Utf8 文字列の先頭にある Boolean を解析します。

TryParse(ReadOnlySpan<Byte>, Byte, Int32, Char)

Utf8 文字列の先頭にある Byte を解析します。

TryParse(ReadOnlySpan<Byte>, DateTime, Int32, Char)

Utf8 文字列の先頭にある DateTime を解析します。

TryParse(ReadOnlySpan<Byte>, DateTimeOffset, Int32, Char)

Utf8 文字列の先頭にある DateTimeOffset を解析します。

TryParse(ReadOnlySpan<Byte>, Decimal, Int32, Char)

Utf8 文字列の先頭にある Decimal を解析します。

TryParse(ReadOnlySpan<Byte>, Double, Int32, Char)

Utf8 文字列の先頭にある Double を解析します。

TryParse(ReadOnlySpan<Byte>, Guid, Int32, Char)

Utf8 文字列の先頭にある Guid を解析します。

TryParse(ReadOnlySpan<Byte>, Int16, Int32, Char)

Utf8 文字列の先頭にある Int16 を解析します。

TryParse(ReadOnlySpan<Byte>, Int32, Int32, Char)

Utf8 文字列の先頭にある Int32 を解析します。

TryParse(ReadOnlySpan<Byte>, Int64, Int32, Char)

Utf8 文字列の先頭にある Int64 を解析します。

TryParse(ReadOnlySpan<Byte>, SByte, Int32, Char)

Utf8 文字列の先頭にある SByte を解析します。

TryParse(ReadOnlySpan<Byte>, Single, Int32, Char)

Utf8 文字列の先頭にある Single を解析します。

TryParse(ReadOnlySpan<Byte>, TimeSpan, Int32, Char)

Utf8 文字列の先頭にある TimeSpan を解析します。

TryParse(ReadOnlySpan<Byte>, UInt16, Int32, Char)

Utf8 文字列の先頭にある UInt16 を解析します。

TryParse(ReadOnlySpan<Byte>, UInt32, Int32, Char)

Utf8 文字列の先頭にある UInt32 を解析します。

TryParse(ReadOnlySpan<Byte>, UInt64, Int32, Char)

Utf8 文字列の先頭にある UInt64 を解析します。

適用対象