CommandOption.TryParse(String) Method

Definition

public:
 bool TryParse(System::String ^ value);
public bool TryParse (string value);
member this.TryParse : string -> bool
Public Function TryParse (value As String) As Boolean

Parameters

value
String

Returns

Applies to