Version.IUtf8SpanParsable<Version>.TryParse Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
static bool System.IUtf8SpanParsable<System.Version>.TryParse(ReadOnlySpan<System::Byte> utf8Text, IFormatProvider ^ provider, [Runtime::InteropServices::Out] Version ^ % result) = IUtf8SpanParsable<Version ^>::TryParse;
static bool IUtf8SpanParsable<Version>.TryParse(ReadOnlySpan<byte> utf8Text, IFormatProvider provider, out Version result);
static member System.IUtf8SpanParsable<System.Version>.TryParse : ReadOnlySpan<byte> * IFormatProvider * Version -> bool
Shared Function TryParse (utf8Text As ReadOnlySpan(Of Byte), provider As IFormatProvider, ByRef result As Version) As Boolean Implements IUtf8SpanParsable(Of Version).TryParse
Parameters
- utf8Text
- ReadOnlySpan<Byte>
- provider
- IFormatProvider
- result
- Version
Returns
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.