HexConversion

HexConversion (ODC)

Stable version 0.1.0 (Compatible with ODC)
Uploaded on 18 October 2023 by OutSystems Labs
HexConversion

HexConversion (ODC)

Details
Detailed Description

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