Determines if a parameter with the specified name exists.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public bool Contains(
	string ParameterName
)
Visual Basic (Declaration)
Public Function Contains ( _
	ParameterName As String _
) As Boolean
Visual C++
public:
bool Contains(
	String^ ParameterName
)

Parameters

ParameterName
Type: System..::.String
Parameter name to query.

Return Value

true if exists, else false.

See Also