Rune.IUtf8SpanParsable<Rune>.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.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
Parâmetros
- utf8Text
- ReadOnlySpan<Byte>
- provider
- IFormatProvider
- result
- Rune