DependencyVersionRangeParse Method

Parses DependencyVersionRange from the specified string. Throws ArgumentException if the input string cannot be parsed.

See details on format of input which is supported by this method in the Remarks section for DependencyVersionRange.

Definition

Namespace: SMath.Extensibility.Setup
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
C#
public static DependencyVersionRange Parse(
	string s
)

Parameters

s  String
String to parse.

Return Value

DependencyVersionRange
The parsed instance.

Exceptions

ArgumentExceptionThrown when the string cannot be parsed.

See Also