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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.