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.
public static bool TryParse(
string s,
out DependencyVersionRange result
)Public Shared Function TryParse (
s As String,
<OutAttribute> ByRef result As DependencyVersionRange
) As Booleanpublic:
static bool TryParse(
String^ s,
[OutAttribute] DependencyVersionRange^% result
)static member TryParse :
s : string *
result : DependencyVersionRange byref -> bool