DependencyVersionRangeTryParse Method

Attempts to parse DependencyVersionRange from the specified string.

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 bool TryParse(
	string s,
	out DependencyVersionRange result
)

Parameters

s  String
String to parse.
result  DependencyVersionRange
Receives either the parsed instance or if the string cannot be parsed.

Return Value

Boolean
if the string is parsed successfully.

See Also