Created on 15 January 2018
icon_unfollowing
Login to follow
extension-baseconversions

Extension BaseConversions

Stable version 1.0.1 (Compatible with OutSystems 11)
Other versions available for 10
Uploaded on 10 November 2020 by 
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)
Category
Functional libraries & utilities, Other functions & libraries
Tags
Support options
This asset is not supported by OutSystems. You may use the discussion forums to leave suggestions or obtain best-effort support from the community, including from  who created this asset.
Dependencies
Extension BaseConversions has no dependencies.
Application Objects
Extension BaseConversions has 0 AOs.
Team
Compatible with
Version 11
Database:
All
Asset consumers
No consumers yet.
Weekly downloads