Hex2Dec
Converts a hexadecimal number to decimal representation.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Expressions.Functions
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
public class Hex2Dec : StringsInFunction
Inheritance: objectFunctionBaseFunctionWithArgumentsFunctionWithSameTypeArguments<string>StringsInFunctionHex2Dec...
Inherited Members
Constructors
Initializes a new Hex2Dec function instance for hexadecimal to decimal conversion.
public Hex2Dec()
Fields
The name of the function.
public static readonly string FunctionName
Methods
Evaluates the function with the provided arguments and returns the decimal value as a number 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: