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.