VersionParser.ParseVersion(String, Int32, Int32, Int32, String) 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.
public static void ParseVersion(string version, out int major, out int minor, out int patch, out string semanticVersion);
static member ParseVersion : string * * * * -> unit
Public Shared Sub ParseVersion (version As String, ByRef major As Integer, ByRef minor As Integer, ByRef patch As Integer, ByRef semanticVersion As String)
Parameters
- version
- String
- major
- Int32
- minor
- Int32
- patch
- Int32
- semanticVersion
- String