Table of Contents

Method Parse

Namespace
Bonsai.Harp
Assembly
Bonsai.Harp.dll

Parse(string)

Converts a string representation of a HarpVersion to its equivalent value.

public static HarpVersion Parse(string version)

Parameters

version string

The string representing a HarpVersion.

Returns

HarpVersion

The equivalent HarpVersion object for the specified string representation.