Client and server actions to perform hex conversions
Actions are written natively in OutSystems and can be consumed as local client or server actions. As the client actions are written natively in OutSystems they also work when offline.
IntToHex - Convert an Integer to Hexidecimal, option to pad result with leading zeros
SIntToHex - Convert a Signed Integer to Hexidecimal, option to pad result with leading zeros (Twos Compliment method)
HexToInt - Convert Hexidecimal to Integer
PadHex - Pad Hexidecimal with leading zeros
BSD-3 license (https://opensource.org/licenses/BSD-3-Clause)