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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.