CriteriaOperator.LegacyToString() Method
In This Article
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
C#
public string LegacyToString()
#Returns
Type | Description |
---|---|
String | The string equivalent of the criterion. |
See Also