IPAddress.IUtf8SpanParsable<IPAddress>.Parse Metodo

Definizione

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

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

Parametri

utf8Text
ReadOnlySpan<Byte>

Intervallo di caratteri UTF-8 da analizzare.

provider
IFormatProvider

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

Valori restituiti

Risultato dell'analisi utf8Textdi .

Implementazioni

Si applica a