System.Web.UI.WebControls.Parameter.ToString Method

Converts the value of this instance to its equivalent string representation.

Syntax

public override string ToString ()

Returns

A string representation of the value of this instance.

Remarks

The Parameter.ToString method returns the Parameter.Name property of the System.Web.UI.WebControls.Parameter object. If the System.Web.UI.WebControls.Parameter object has no name, Parameter.ToString returns string.Empty.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0