Skip to main content
A newer version of this page is available. .

CriteriaOperator.ToCStyleString(CriteriaOperator) Method

Converts the specified expression into its C#-style string equivalent.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

Declaration

public static string ToCStyleString(
    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