DependencyVersionParse Method

Parses DependencyVersion from the specified string.

Definition

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

Parameters

s  String
String to parse.
isPatternSupported  Boolean
Specifies whether a version pattern can be parsed.

Return Value

DependencyVersion
The parsed instance.

Exceptions

ArgumentExceptionThrown when the string cannot be parsed.

See Also