WebGridRow.ToString Method

Returns a string that represents all of the values of the WebGridRow instance.

Namespace:  System.Web.Helpers
Assembly:  System.Web.Helpers (in System.Web.Helpers.dll)

Syntax

'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As WebGridRow 
Dim returnValue As String 

returnValue = instance.ToString()
public override string ToString()
public:
virtual String^ ToString() override
abstract ToString : unit -> string  
override ToString : unit -> string
public override function ToString() : String

Return Value

Type: System.String
A string that represents the row's values.

Remarks

This method calls the ToString method of the object that holds the row data, which can be of any type. The data object must support a ToString method.

See Also

Reference

WebGridRow Class

System.Web.Helpers Namespace