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

適用於