IsLogical
Class
Tests whether a value is a boolean (TRUE or FALSE) and returns TRUE for logical values, FALSE otherwise.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions.Functions
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
C#
public class IsLogical : FunctionBase
Inheritance: objectFunctionBaseIsLogical
Inherited Members
Constructors
Initializes a new ISLOGICAL function instance for testing whether values are booleans.
C#
public IsLogical()
Fields
The name of the function.
C#
public static readonly string FunctionName
Methods
Evaluates the function and returns TRUE if the argument is a boolean expression, FALSE otherwise.
C#
protected override RadExpression EvaluateOverride(FunctionEvaluationContext<RadExpression> context)
The context.
Returns:Function result as RadExpression.
Overrides:
Properties
Gets metadata describing the function's category, parameters, and localization keys.
C#
public override FunctionInfo FunctionInfo { get; }
The function info as FunctionInfo.
Overrides: