Give us feedback
baseconverter-v1-xif
Reactive icon

BaseConverter_v1.xif

Stable version 1.0.1 (Compatible with OutSystems 11)
Uploaded on 03 August 2022 by 
0.0
 (0 ratings)
baseconverter-v1-xif

BaseConverter_v1.xif

Documentation
1.0.0

See the demo in forge:

https://www.outsystems.com/forge/component-overview/13560/demo-baseconverter-o11


Given a number in a certain Base, supported: Binary, Octal, Decimal and Hexadecimal

Find its number in other bases

For Example:

F in hexadecimal will be converted to 1111 in binary

10 in decimal will be converted to 12 in octal

An Exception will be return in case there is an error when doing input, say

value '2111' in binary is invalid because '2' is not binary digit.