CriteriaOperator.LegacyToString() Method
Converts the current 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 string LegacyToString()
Returns
Type | Description |
---|---|
String | The string equivalent of the criterion. |
See Also