Edit

Share via


IPAddress.IUtf8SpanParsable<IPAddress>.Parse Method

Definition

Parses a span of UTF-8 characters into a value.

 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

Parameters

utf8Text
ReadOnlySpan<Byte>

The span of UTF-8 characters to parse.

provider
IFormatProvider

An object that provides culture-specific formatting information about utf8Text.

Returns

The result of parsing utf8Text.

Implements

Applies to