IPAddress.IParsable<IPAddress>.Parse(String, IFormatProvider) Metodo

Definizione

Analizza una stringa in un valore.

 static System::Net::IPAddress ^ System.IParsable<System.Net.IPAddress>.Parse(System::String ^ s, IFormatProvider ^ provider) = IParsable<System::Net::IPAddress ^>::Parse;
static System.Net.IPAddress IParsable<IPAddress>.Parse (string s, IFormatProvider provider);
static member System.IParsable<System.Net.IPAddress>.Parse : string * IFormatProvider -> System.Net.IPAddress
 Shared Function Parse (s As String, provider As IFormatProvider) As IPAddress Implements IParsable(Of IPAddress).Parse

Parametri

s
String

Stringa da analizzare.

provider
IFormatProvider

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

Restituisce

Risultato dell'analisi sdi .

Implementazioni

Si applica a