Skip to main content

Parameter.ToString() Method

Returns the string that represents the current object.

Namespace: DevExpress.DataAccess.ObjectBinding

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public override string ToString()

Returns

Type Description
String

A String that represents the current object.

See Also