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
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.