CriteriaOperator.ToString() Method
In This Article
Converts the current expression into its VB-style string equivalent.
Namespace: DevExpress.XamarinForms.Core.Filtering
Assembly: DevExpress.XamarinForms.Core.dll
NuGet Package: DevExpress.XamarinForms.Core
#Declaration
C#
public override string ToString()
#Returns
Type | Description |
---|---|
String | The VB-style string representation of this expression. |
See Also