Convert Numeral System

Logic Name

Convert Numeral System

Function

Converts the numeral system of the input value.

Data Types

Location Type
The first input handler String
Logic output String
lightbulbRefer to "Logic Specifications" for details.

Properties

Category Property Description
Required Input radix Specify the radix for input.
Required Output radix Specify the radix for the output.
Comment Comment The comment will also be output to the specifications.It does not affect the conversion process.

Logic Sample

Mapping Definition

Logic Settings and Processing Result

The logic converts input decimal value to binary value.
Property Settings
Property Setting
Input radix Decimal
Output radix Binary
Input Data
1
7
17
Result Data
1
111
10001