Version.IUtf8SpanParsable<Version>.Parse 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 Version ^ System.IUtf8SpanParsable<System.Version>.Parse(ReadOnlySpan<System::Byte> utf8Text, IFormatProvider ^ provider) = IUtf8SpanParsable<Version ^>::Parse;
static Version IUtf8SpanParsable<Version>.Parse(ReadOnlySpan<byte> utf8Text, IFormatProvider provider);
static member System.IUtf8SpanParsable<System.Version>.Parse : ReadOnlySpan<byte> * IFormatProvider -> Version
Shared Function Parse (utf8Text As ReadOnlySpan(Of Byte), provider As IFormatProvider) As Version Implements IUtf8SpanParsable(Of Version).Parse
Parameters
- utf8Text
- ReadOnlySpan<Byte>
- provider
- IFormatProvider
Returns
Implements
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.