Edit

Share via


Rune.IUtf8SpanParsable<Rune>.TryParse Method

Definition

 static bool System.IUtf8SpanParsable<System.Text.Rune>.TryParse(ReadOnlySpan<System::Byte> utf8Text, IFormatProvider ^ provider, [Runtime::InteropServices::Out] System::Text::Rune % result) = IUtf8SpanParsable<System::Text::Rune>::TryParse;
static bool IUtf8SpanParsable<Rune>.TryParse(ReadOnlySpan<byte> utf8Text, IFormatProvider provider, out System.Text.Rune result);
static member System.IUtf8SpanParsable<System.Text.Rune>.TryParse : ReadOnlySpan<byte> * IFormatProvider * Rune -> bool
 Shared Function TryParse (utf8Text As ReadOnlySpan(Of Byte), provider As IFormatProvider, ByRef result As Rune) As Boolean Implements IUtf8SpanParsable(Of Rune).TryParse

Parameters

utf8Text
ReadOnlySpan<Byte>
provider
IFormatProvider
result
Rune

Returns

Applies to