Table of Contents

Search

  1. Preface
  2. Libraries for Industry Standards
  3. Using Libraries
  4. Descriptions of the Libraries
  5. Generate Library Objects

Libraries Guide

Libraries Guide

HexSequenceToDecimal

HexSequenceToDecimal

The
HexSequenceToDecimal
transformer converts an even number of characters representing a series of hexadecimal numbers to a decimal number.

Example

You provide the following hexadecimal input to a
HexSequenceToDecimal
transformer:
10170A
The transformer translates each input byte from hexadecimal to decimal and provides the following output:
162310

0 COMMENTS

We’d like to hear from you!