DependencyVersionTryParse(String, Boolean, DependencyVersion) Method

Attempts to parse 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 bool TryParse(
	string s,
	bool isPatternSupported,
	out DependencyVersion result
)

Parameters

s  String
String to parse.
isPatternSupported  Boolean
Specifies whether a version pattern can be parsed.
result  DependencyVersion
Receives either the parsed instance or if the string cannot be parsed.

Return Value

Boolean
if the string is parsed successfully.

See Also