INumberBase<TSelf>.IUtf8SpanParsable<TSelf>.Parse Método

Definição

Analisa um intervalo de caracteres UTF-8 num valor.

 static TSelf System.IUtf8SpanParsable<TSelf>.Parse(ReadOnlySpan<System::Byte> utf8Text, IFormatProvider ^ provider) = IUtf8SpanParsable<TSelf>::Parse;
static TSelf IUtf8SpanParsable<TSelf>.Parse(ReadOnlySpan<byte> utf8Text, IFormatProvider provider);
static member System.IUtf8SpanParsable<TSelf>.Parse : ReadOnlySpan<byte> * IFormatProvider -> 'Self
 Shared Function Parse (utf8Text As ReadOnlySpan(Of Byte), provider As IFormatProvider) As TSelf Implements IUtf8SpanParsable(Of TSelf).Parse

Parâmetros

utf8Text
ReadOnlySpan<Byte>

A extensão de caracteres UTF-8 para analisar.

provider
IFormatProvider

Um objeto que fornece informação de formatação específica da cultura sobre utf8Text.

Devoluções

TSelf

O resultado da análise sintática utf8Text.

Implementações

Aplica-se a