Edit

Share via


IPEndPoint.IParsable<IPEndPoint>.Parse(String, IFormatProvider) Method

Definition

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

Parameters

s
String
provider
IFormatProvider

Returns

Implements

Applies to