Method Parse
Parse(string)
Converts a string representation of a HarpVersion to its equivalent value.
public static HarpVersion Parse(string version)
Parameters
version
stringThe string representing a HarpVersion.
Returns
- HarpVersion
The equivalent HarpVersion object for the specified string representation.