SemanticVersion.

TryParse(string, string, SemanticVersion, SemanticVersionFormat) Method

Namespace
GitVersion
Containing Type
SemanticVersion

Syntax

public static bool TryParse(string version, string tagPrefixRegex, out SemanticVersion semanticVersion, SemanticVersionFormat format = Strict)

Parameters

Name Type Description
version string
tagPrefixRegex string
semanticVersion SemanticVersion
format SemanticVersionFormat

Return Value

Type Description
bool
GitHub