Static class that does BASE32 encoding and decoding as defined in RFC4648: https://datatracker....
static string Encode(byte[] Data)
Converts a binary block of data to a Base32-encoded string.
override IElement EvaluateScalar(IElement Argument, Variables Variables)
Evaluates the function on a scalar argument.
override Task< IElement > EvaluateScalarAsync(IElement Argument, Variables Variables)
Evaluates the function on a scalar argument.
override string FunctionName
Name of the function
Base32Encode(ScriptNode Data, int Start, int Length, Expression Expression)
Base32Encode(Data)