DependencyVersionTryParse(String, Boolean, DependencyVersion) Method
Namespace: SMath.Extensibility.SetupAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
public static bool TryParse(
string s,
bool isPatternSupported,
out DependencyVersion result
)
Public Shared Function TryParse (
s As String,
isPatternSupported As Boolean,
<OutAttribute> ByRef result As DependencyVersion
) As Boolean
public:
static bool TryParse(
String^ s,
bool isPatternSupported,
[OutAttribute] DependencyVersion^% result
)
static member TryParse :
s : string *
isPatternSupported : bool *
result : DependencyVersion byref -> bool
- 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.
Boolean if the string is parsed successfully.