New to Telerik Document ProcessingStart a free 30-day trial

Abstract base for functions that accept boolean arguments, applying boolean-specific conversion rules during evaluation.

Definition

Constructors

Initializes a new instance of the BooleansInFunction class.

C#
protected BooleansInFunction()

Properties

The argument conversion rules specific to boolean functions, controlling how non-boolean values are handled.

C#
public override ArgumentConversionRules ArgumentConversionRules { get; }
Property Value:

The argument conversion rules as ArgumentConversionRules.

Overrides: FunctionBase.ArgumentConversionRules