PackageVersion.TryParse(String, PackageVersion) 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 bool TryParse(string versionStr, out Microsoft.TeamFoundation.DistributedTask.WebApi.PackageVersion version);
static member TryParse : string * -> bool
Public Shared Function TryParse (versionStr As String, ByRef version As PackageVersion) As Boolean
Parameters
- versionStr
- String
- version
- PackageVersion