Bin2Dec
Implements the BIN2DEC function, converting a binary string up to 10 bits into its decimal integer equivalent.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions.Functions
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
public class Bin2Dec : NumbersInFunction
Inheritance: objectFunctionBaseFunctionWithArgumentsFunctionWithSameTypeArguments<double>NumbersInFunctionBin2Dec...
Inherited Members
Constructors
Initializes a new BIN2DEC function instance for converting binary strings to decimal integers.
public Bin2Dec()
Fields
The name of the function.
public static readonly string FunctionName
Methods
Virtual method evaluating the function with System.Object arguments array.
protected override RadExpression EvaluateOverride(FunctionEvaluationContext<double> context)
The context.
Returns:Functions result as RadExpression.
Overrides:
Properties
Gets the argument conversion rules.
public override ArgumentConversionRules ArgumentConversionRules { get; }
The argument conversion rules as ArgumentConversionRules.
Overrides:
Gets the function info.
public override FunctionInfo FunctionInfo { get; }
The function info as FunctionInfo.
Overrides: