ArcFM Responder Mobile Developer Guide
Parse(String,OptionContext) Method






Syntax
'Declaration
 
Protected Overloads Overridable Function Parse( _
   ByVal argument As System.String, _
   ByVal c As OptionContext _
) As System.Boolean
'Usage
 
Dim instance As OptionSet
Dim argument As System.String
Dim c As OptionContext
Dim value As System.Boolean
 
value = instance.Parse(argument, c)
protected virtual System.bool Parse( 
   System.string argument,
   OptionContext c
)
protected function Parse( 
    argument: System.String;
    c: OptionContext
): System.Boolean; virtual; 
protected function Parse( 
   argument : System.String,
   c : OptionContext
) : System.boolean;
protected: virtual System.bool Parse( 
   System.string* argument,
   OptionContext* c
) 
protected:
virtual System.bool Parse( 
   System.String^ argument,
   OptionContext^ c
) 

Parameters

argument
c
Requirements

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

See Also

Reference

OptionSet Class
OptionSet Members
Overload List

Send Feedback