BaseConverter

Converts an attribute's value from one numeric system (base) to another, putting the resulting value in a new attribute. The base is the number of unique digits, including zero, that a positional numeral system uses to represent numbers.

The most common base values are 2 (binary), 10 (decimal) and 16 (hexadecimal), and 8 (octal). The BaseConverter supports bases from 2 (binary) to 36 (hexatridecimal / sexatrigesimal).

Input Ports

Output Ports

Parameters

Example

What if you want to convert a Microstation color to a KML color?

Usage Notes

0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ

Editing Transformer Parameters

Using a set of menu options, transformer parameters can be assigned by referencing other elements in the workspace. More advanced functions, such as an advanced editor and an arithmetic editor, are also available in some transformers. To access a menu of these options, click beside the applicable parameter. For more information, see Transformer Parameter Menu Options.

Transformer Categories

Calculated Values

Strings

Technical History

Associated FME function or factory: @ConvertBase

Search FME Knowledge Center

Search for samples and information about this transformer on the FME Knowledge Center.