Skip to main content

CriteriaOperator.ToCStyleString(CriteriaOperator, out OperandValue[]) Method

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 CriteriaOperator

The criterion to convert into a string.

criteriaParametersList OperandValue[]

Values that are marked by the question mark ('?') in the result string.

#Returns

Type Description
String

The VB-style string representation of this expression.

See Also