Click or drag to resize
SemanticVersionParseOptionalVersion Method
Attempts to parse a string with a semantic version.

Namespace: semver.tools
Assembly: semver.tools (in semver.tools.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static SemanticVersion ParseOptionalVersion(
	string s
)

Parameters

s
Type: SystemString

Return Value

Type: SemanticVersion
The SemanticVersion, or null if the input string does not contain a valid semantic version.
See Also