Miner.CommandLine Namespace > Parser Class : Parse Method |
'Declaration
Public Function Parse( _ ByVal args() As System.String, _ ByVal destination As System.Object _ ) As System.Boolean
'Usage
Dim instance As Parser Dim args() As System.String Dim destination As System.Object Dim value As System.Boolean value = instance.Parse(args, destination)
public System.bool Parse( System.string[] args, System.object destination )
public function Parse( args: System.Stringarray of; destination: System.TObject ): System.Boolean;
public function Parse( args : System.String[], destination : System.Object ) : System.boolean;
public: System.bool Parse( System.string*[]* args, System.Object* destination )
public: System.bool Parse( System.array<String^>^ args, System.Object^ destination )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2