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

CriteriaOperator.LegacyToString(CriteriaOperator) Method

Converts the specified expression into its string equivalent and removes value suffixes (like 'm', 'M', 'l', 'L', etc.)

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

Declaration

public static string LegacyToString(
    CriteriaOperator criteria
)

Parameters

Name Type Description
criteria CriteriaOperator

The criterion to convert to a string.

Returns

Type Description
String

The string equivalent of the criterion.

See Also