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