CriteriaOperator.ToString() Method
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
public override string ToString()
Returns
Type | Description |
---|---|
String | The VB-style string representation of this expression. |
See Also