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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.