Utf8Parser Classe

Définition

Fournit des méthodes statiques pour analyser les types de données courants dans les chaînes UTF-8.

public ref class Utf8Parser abstract sealed
public static class Utf8Parser
type Utf8Parser = class
Public Class Utf8Parser
Héritage
Utf8Parser

Méthodes

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

Analyse un Boolean au début d’une chaîne UTF-8.

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

Analyse un Byte au début d’une chaîne UTF-8.

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

Analyse un DateTime au début d’une chaîne UTF-8.

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

Analyse un DateTimeOffset au début d’une chaîne UTF-8.

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

Analyse un Decimal au début d’une chaîne UTF-8.

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

Analyse un Double au début d’une chaîne UTF-8.

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

Analyse un Guid au début d’une chaîne UTF-8.

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

Analyse un Int16 au début d’une chaîne UTF-8.

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

Analyse un Int32 au début d’une chaîne UTF-8.

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

Analyse un Int64 au début d’une chaîne UTF-8.

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

Analyse un SByte au début d’une chaîne UTF-8.

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

Analyse un Single au début d’une chaîne UTF-8.

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

Analyse un TimeSpan au début d’une chaîne UTF-8.

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

Analyse un UInt16 au début d’une chaîne UTF-8.

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

Analyse un UInt32 au début d’une chaîne UTF-8.

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

Analyse un UInt64 au début d’une chaîne UTF-8.

S’applique à