extension-baseconversions
Web icon

Extension BaseConversions

Stable version 1.0.1 (Compatible with OutSystems 11)
Other versions available for 10
Uploaded
 on 10 November 2020
 by 
0.0
 (0 ratings)
extension-baseconversions

Extension BaseConversions

Details
Extension containing actions to convert a number in a given base into the corresponding number in a different base. In addition, it contains actions to convert a number in a given base into binary data and vice-versa. The following bases are supported: base 2 (binary) up till base 36.
Read more

Actions made available:

  • BaseToBase
    • Converts a number in a given base into a number in another base. Possible base values are 2, ..., 36.

  • BaseToBinary
    • Converts a number in a given base into BinaryData. Possible bases are 2, ..., 36.
      The binary representation is in little-endian order (from least significant byte to most significant one).

  • BinaryToBase
    • Converts BinaryData into a number in a given base. Possible base values are 2, ..., 36.
      The binary representation is assumed to be in little-endian order (from least significant byte to most significant one).


Release notes (1.0.1)
  • Upgraded to O11
  • Demo and Extension are now separate OAPs
Reviews (0)
Team
Other assets in this category