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

Definizione

Analizza una stringa in un valore.

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