Method TryParse
TryParse(string, out SemanticVersion)
Tries to parse a string representation of a semantic version.
Parameters
value
stringThe string value to parse.
result
SemanticVersion The result.
Returns
- bool
True if the string representation was parsed successfully; otherwise false.