Version.IUtf8SpanParsable<Version>.Parse Method
In this article
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
- utf8Text
- ReadOnlySpan<Byte>
- provider
- IFormatProvider
Applies to
Product | Versions |
---|---|
.NET | 10 |