Click or drag to resize
SemanticVersionTryParseNuGet Method
Parses a string using loose semantic versioning rules that allows a Microsoft or NuGet style version with 2-4 version components followed by an optional pre release name.

Namespace: semver.tools
Assembly: semver.tools (in semver.tools.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static bool TryParseNuGet(
	string s,
	out SemanticVersion result
)

Parameters

s
Type: SystemString
result
Type: semver.toolsSemanticVersion

Return Value

Type: Boolean
See Also