Skip to main content

CriteriaOperator.ToString(CriteriaOperator) Method

Converts the specified expression into its VB-style string equivalent.

Namespace: DevExpress.XamarinForms.Core.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

NuGet Package: DevExpress.XamarinForms.Core

Declaration

public static string ToString(
    CriteriaOperator criteria
)

Parameters

Name Type Description
criteria CriteriaOperator

The criterion to convert into a string.

Returns

Type Description
String

The VB-style string representation of this expression.

See Also