Parse Method
Parse(string)
Parses a string representation of the cluster version.
Declaration
public static ClusterVersion Parse(string value)
Parameters
| string | value | The string representation of the cluster version.  | 
    
Returns
| ClusterVersion | The parsed cluster version.  |