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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.