override IElement EvaluateScalar(string Argument, Variables Variables)
Evaluates the function on a scalar argument.
HexDecode(ScriptNode Hex, int Start, int Length, Expression Expression)
HexDecode(Hex)
override string FunctionName
Name of the function
Class managing a script expression.
Base class for funcions of one scalar string variable.
ScriptNode Argument
Function argument.
Base class for all nodes in a parsed script tree.
int Length
Length of expression covered by node.
int Start
Start position in script expression.
Contains methods for simple hash calculations.
static byte[] StringToBinary(string s)
Parses a hex string.
Basic interface for all types of elements.