Module utility

Module utility 

Source

Structsยง

AsciiFunction
ASCII() - Get ASCII/Unicode code point of first character
CharFunction
CHAR() - Alias for CHR() for SQL compatibility
DecodeFunction
DECODE() - Decode base64 or hex string
EncodeFunction
ENCODE() - Encode string to base64 or hex
OrdFunction
ORD() - Alias for ASCII (common in some SQL dialects)
ToDecimalFunction
TO_DECIMAL() - Convert string to decimal/float
ToIntFunction
TO_INT() - Convert string to integer
ToStringFunction
TO_STRING() - Convert any value to string
UnicodeFunction
UNICODE() - Get all Unicode code points in a string