Click or drag to resize
SemanticVersionToString Method
Returns the string that was originally used to create this SemanticVersion. If no string was used, returns a string representing this SemanticVersion.

Namespace: semver.tools
Assembly: semver.tools (in semver.tools.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public override string ToString()

Return Value

Type: String
See Also