You are here: Calculators > BaseConverter

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?

  • Expose the igds_color.red, igds_color.green and igds_color.blue attributes.
  • Add three BaseConverter transformers.
  • Edit the parameters so that each transformer converts one of the color values from base 10 to base 16.
  • Use a StringConcatenator to combine the three color strings.

Usage Notes

  • This transformer supports only unsigned whole numbers. It does not handle fractions or decimal points.
  • This transformer supports very large numbers.
  • Digits are chosen from the set below. Any lowercase digits are automatically converted to uppercase.

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

Calculators

Search FME Knowledge Center

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