wManager.Wow.Helpers Namespace
WRobot

ArgsParser..::..ExistArg Method

Check if argument is present.

Namespace:  robotManager.Helpful
Assembly:  robotManager (in robotManager.dll)

Syntax


public static bool ExistArg(
	string argName
)
Public Shared Function ExistArg ( _
	argName As String _
) As Boolean
public:
static bool^ ExistArg(
	String^ argName
)

Parameters

argName
Type: String
Name of the argument.

Return Value

true if argument exist, false otherwise.