IPEndPoint.IUtf8SpanParsable<IPEndPoint>.TryParse Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
static bool System.IUtf8SpanParsable<System.Net.IPEndPoint>.TryParse(ReadOnlySpan<System::Byte> utf8Text, IFormatProvider ^ provider, [Runtime::InteropServices::Out] System::Net::IPEndPoint ^ % result) = IUtf8SpanParsable<System::Net::IPEndPoint ^>::TryParse;
static bool IUtf8SpanParsable<IPEndPoint>.TryParse(ReadOnlySpan<byte> utf8Text, IFormatProvider provider, out System.Net.IPEndPoint result);
static member System.IUtf8SpanParsable<System.Net.IPEndPoint>.TryParse : ReadOnlySpan<byte> * IFormatProvider * IPEndPoint -> bool
Shared Function TryParse (utf8Text As ReadOnlySpan(Of Byte), provider As IFormatProvider, ByRef result As IPEndPoint) As Boolean Implements IUtf8SpanParsable(Of IPEndPoint).TryParse
Parâmetros
- utf8Text
- ReadOnlySpan<Byte>
- provider
- IFormatProvider
- result
- IPEndPoint