Rune.ISpanParsable<Rune>.TryParse Method

Definition

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

Parameters

provider
IFormatProvider
result
Rune

Returns

Applies to