ArcFM Responder Mobile Developer Guide
ParseHelp Method






Args to check for help. Arguments to check for help.
Checks if a set of arguments asks for help. Checks if a set of arguments asks for help.
Syntax
'Declaration
 
Public Shared Function ParseHelp( _
   ByVal args() As System.String _
) As System.Boolean
'Usage
 
Dim args() As System.String
Dim value As System.Boolean
 
value = Parser.ParseHelp(args)
public static System.bool ParseHelp( 
   System.string[] args
)
public function ParseHelp( 
    args: System.Stringarray of
): System.Boolean; static; 
public static function ParseHelp( 
   args : System.String[]
) : System.boolean;
public: static System.bool ParseHelp( 
   System.string*[]* args
) 
public:
static System.bool ParseHelp( 
   System.array<String^>^ args
) 

Parameters

args
Args to check for help. Arguments to check for help.

Return Value

Returns true if args contains /? or /help. Returns true if argument contains /? or /help.
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

Parser Class
Parser Members

Send Feedback