IUtf8SpanParsable<TSelf>.Parse Metodo

Definizione

Analizza un intervallo di caratteri UTF-8 in un valore.

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

Parametri

utf8Text
ReadOnlySpan<Byte>

Intervallo di caratteri UTF-8 da analizzare.

provider
IFormatProvider

Oggetto che fornisce informazioni di formattazione specifiche delle impostazioni cultura relative a utf8Text.

Restituisce

TSelf

Risultato dell'analisi utf8Textdi .

Eccezioni

Il formato di utf8Text non è corretto.

utf8Text non rappresentabile da TSelf.

Si applica a