ProvideDependentAssemblyAttribute::TryParseVersion Method (String^, Version^)
Visual Studio 2015
Tries to parse a string into a version.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Parameters
- input
-
Type:
System::String^
String to be parsed.
- result
-
Type:
System::Version^
A Version containing the results of the parsed string.
Return Value
Type: System::Booleantrue if the string was parsed successfully, false if the string was not parsed successfully.
Unlike TryParse, this method ensures that the input consists of four numbers, as opposed to considering the build and revision numbers optional.
Show: