Oct2Dec
Converts an octal number to its decimal representation.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions.Functions
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
public class Oct2Dec : NumbersInFunction
Inheritance: objectFunctionBaseFunctionWithArgumentsFunctionWithSameTypeArguments<double>NumbersInFunctionOct2Dec...
Inherited Members
Constructors
Initializes a new OCT2DEC function instance.
public Oct2Dec()
Fields
The name of the function.
public static readonly string FunctionName
Methods
Converts the octal number to decimal and returns the result as a numeric expression.
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: