wManager.Wow.Helpers Namespace
WRobot

ArgsParser..::..GetArgValue Method

Gets the argument value.

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

Syntax


public static string GetArgValue(
	string argName
)
Public Shared Function GetArgValue ( _
	argName As String _
) As String
public:
static String^ GetArgValue(
	String^ argName
)

Parameters

argName
Type: String
Name of the argument.

Return Value

System.String.