Static class that does BASE32 encoding and decoding as defined in RFC4648: https://datatracker....
static byte[] Decode(string Base32)
Converts a Base32-encoded string to its binary representation.
Base32Decode(ScriptNode Base32, int Start, int Length, Expression Expression)
Base32Decode(Base32)
override string FunctionName
Name of the function
override IElement EvaluateScalar(string Argument, Variables Variables)
Evaluates the function on a scalar argument.