Skip to main content

CriteriaOperator.LegacyToString(CriteriaOperator) Method

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

Namespace: DevExpress.XamarinForms.Core.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

NuGet Package: DevExpress.XamarinForms.Core

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