IPAddress.IUtf8SpanParsable<IPAddress>.TryParse Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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;
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
Paramètres
- utf8Text
- ReadOnlySpan<Byte>
- provider
- IFormatProvider
- result
- IPAddress