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