Skip to content

Convert Number Base¤

Python Plugin

This operator is part of a Python Plugin Package. In order to use it, you need to install it, e.g. with cmemc.

Transform plugin allows users to easily convert numbers from one base to another. With support for binary, octal, decimal, and hexadecimal, users can choose the source and target bases to suit their needs.

Parameter¤

Source Base¤

Source Number Base

  • Datatype: string
  • Default Value: None

Target Base¤

Source Number Base

  • Datatype: string
  • Default Value: None

Comments