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
- valuestring
- The string value to parse. 
- resultSemanticVersion
- The result. 
Returns
- bool
- True if the string representation was parsed successfully; otherwise false.