Rune.IUtf8SpanParsable<Rune>.TryParse Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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