Oct2Bin
Converts an octal number to binary with optional zero-padding.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions.Functions
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
public class Oct2Bin : NumbersInFunction
Inheritance: objectFunctionBaseFunctionWithArgumentsFunctionWithSameTypeArguments<double>NumbersInFunctionOct2Bin...
Inherited Members
Constructors
Initializes a new OCT2BIN function instance.
public Oct2Bin()
Fields
The name of the function.
public static readonly string FunctionName
Methods
Converts the octal number to binary and returns the result, optionally padded to the specified number of places.
protected override RadExpression EvaluateOverride(FunctionEvaluationContext<double> context)
The context.
Returns:Functions result as RadExpression.
Overrides:
Properties
Gets the argument conversion rules that accept numeric inputs but not boolean values.
public override ArgumentConversionRules ArgumentConversionRules { get; }
The argument conversion rules as ArgumentConversionRules.
Overrides:
Gets the metadata describing this function's category, description, and arguments.
public override FunctionInfo FunctionInfo { get; }
The function info as FunctionInfo.
Overrides: