IPNetwork.IUtf8SpanParsable<IPNetwork>.Parse Método

Definición

Analiza un intervalo de caracteres UTF-8 en un valor.

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

Parámetros

utf8Text
ReadOnlySpan<Byte>

Intervalo de caracteres UTF-8 que se van a analizar.

provider
IFormatProvider

Objeto que proporciona información de formato específica de la referencia cultural sobre utf8Text.

Devoluciones

Resultado del análisis utf8Textde .

Implementaciones

Se aplica a