IPEndPoint.IUtf8SpanParsable<IPEndPoint>.TryParse Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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
Parametreler
- utf8Text
- ReadOnlySpan<Byte>
- provider
- IFormatProvider
- result
- IPEndPoint