IPAddress.IUtf8SpanParsable<IPAddress>.TryParse Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
static bool System.IUtf8SpanParsable<System.Net.IPAddress>.TryParse(ReadOnlySpan<System::Byte> utf8Text, IFormatProvider ^ provider, [Runtime::InteropServices::Out] System::Net::IPAddress ^ % result) = IUtf8SpanParsable<System::Net::IPAddress ^>::TryParse;
C#
static bool IUtf8SpanParsable<IPAddress>.TryParse(ReadOnlySpan<byte> utf8Text, IFormatProvider provider, out System.Net.IPAddress result);
static member System.IUtf8SpanParsable<System.Net.IPAddress>.TryParse : ReadOnlySpan<byte> * IFormatProvider * IPAddress -> bool
Shared Function TryParse (utf8Text As ReadOnlySpan(Of Byte), provider As IFormatProvider, ByRef result As IPAddress) As Boolean Implements IUtf8SpanParsable(Of IPAddress).TryParse
- utf8Text
- ReadOnlySpan<Byte>
- provider
- IFormatProvider
- result
- IPAddress
Product | Versions |
---|---|
.NET | 10 |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
.NET feedback
.NET is an open source project. Select a link to provide feedback: