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

适用于