Hex2Oct
Converts a hexadecimal number to octal representation, optionally padded to a specified length.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions.Functions
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
public class Hex2Oct : StringsInFunction
Inheritance: objectFunctionBaseFunctionWithArgumentsFunctionWithSameTypeArguments<string>StringsInFunctionHex2Oct...
Inherited Members
Constructors
Initializes a new Hex2Oct function instance for hexadecimal to octal conversion.
public Hex2Oct()
Fields
The name of the function.
public static readonly string FunctionName
Methods
Evaluates the function with the provided arguments and returns the octal representation as a string expression.
protected override RadExpression EvaluateOverride(FunctionEvaluationContext<string> context)
The context.
Returns:Functions result as RadExpression.
Overrides:
Properties
Gets the argument conversion rules that control how cell values are coerced for this function.
public override ArgumentConversionRules ArgumentConversionRules { get; }
The argument conversion rules as ArgumentConversionRules.
Overrides:
Gets metadata describing the function's signature, parameters, and localization keys.
public override FunctionInfo FunctionInfo { get; }
The function info as FunctionInfo.
Overrides: