Data Transformation Engine Functions and Expressions Reference Guide

Chapter 3 - Function Reference HEXTEXTTOSTREAM
Functions and Expressions Reference Guide
125
character editor. (The hex view of the input is
0x3431203432203433203434.
The hex view of the output is
0x41424344.)
HEXTEXTTOSTREAM ("0D 0A 00")
Returns the evaluated value of the input (ASCII) character text string “0D 0A
00” as the output (ASCII) character text string “<CR><LF><NULL>” as viewed
in the character editor. (The hex view of the input is
0x3044203041203030.
The hex view of the output is
0x0D0A00.)
Note Refer to Appendix A - Hex, Decimal, and Mercator Symbol Values for the
Mercator special symbols, which are abbreviations for ASCII characters.
Uses
Use
HEXTEXTTOSTREAM to assign a binary text value to a character text item
represented by hex pairs.
Related Function
SYMBOL
STREAMTOHEXTEXT