Summary
Method which tries to parse a semantic version string.
- Namespace
- Cake
.Common - Containing Type
- SemVersion
Syntax
public static bool TryParse(string version, out SemVersion semVersion)
Parameters
Name | Type | Description |
---|---|---|
version | string | the version that should be parsed. |
semVersion | SemVersion | the out parameter the parsed version should be stored in. |
Return Value
Type | Description |
---|---|
bool | Returns a boolean indicating if the parse was successful. |