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.
public static DependencyVersionRange Parse(
string s
)Public Shared Function Parse (
s As String
) As DependencyVersionRangepublic:
static DependencyVersionRange^ Parse(
String^ s
)static member Parse :
s : string -> DependencyVersionRange | ArgumentException | Thrown when the string cannot be parsed. |