IPNetwork.IUtf8SpanParsable<IPNetwork>.Parse Metodo

Definizione

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

 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

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