IUtf8SpanParsable<TSelf>.Parse Methode

Definition

Analysiert eine Spanne von UTF-8-Zeichen in einen Wert.

public:
 static TSelf Parse(ReadOnlySpan<System::Byte> utf8Text, IFormatProvider ^ provider);
public static abstract TSelf Parse (ReadOnlySpan<byte> utf8Text, IFormatProvider? provider);
static member Parse : ReadOnlySpan<byte> * IFormatProvider -> 'Self
Public Shared Function Parse (utf8Text As ReadOnlySpan(Of Byte), provider As IFormatProvider) As TSelf

Parameter

utf8Text
ReadOnlySpan<Byte>

Die Spanne der zu analysierenden UTF-8-Zeichen.

provider
IFormatProvider

Ein Objekt, das kulturspezifische Formatierungsinformationen zu utf8Text bereitstellt.

Gibt zurück

TSelf

Das Ergebnis der Analyse utf8Text.

Ausnahmen

utf8Text weist nicht das richtige Format auf.

utf8Text ist nicht durch TSelfdarstellbar.

Gilt für: