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