CriteriaOperator.ToCStyleString(CriteriaOperator, out OperandValue[]) Method
In This Article
Converts the specified expression into its C#-style string equivalent.
Namespace: DevExpress.XamarinForms.Core.Filtering
Assembly: DevExpress.XamarinForms.Core.dll
NuGet Package: DevExpress.XamarinForms.Core
#Declaration
C#
public static string ToCStyleString(
CriteriaOperator criteria,
out OperandValue[] criteriaParametersList
)
#Parameters
Name | Type | Description |
---|---|---|
criteria | Criteria |
The criterion to convert into a string. |
criteria |
Operand |
Values that are marked by the question mark ( |
#Returns
Type | Description |
---|---|
String | The VB-style string representation of this expression. |
See Also