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 を解析します。

適用対象