PreviousNextIndex

HEX-DECODE function

Converts a character string consisting of an even number of hexadecimal digits (0 through 9 and A through F) into a RAW value.

Syntax

HEX-DECODE( expression ) 

expression
Example

The following code fragment illustrates how to use the HEX-DECODE function:

DEFINE VARIABLE vRaw as RAW NO-UNDO. 
vRaw = HEX-DECODE(HEX-ENCODE(GENERATE-UUID)). 

See also

HEX-ENCODE function


OpenEdge Release 10.2B
Copyright © 2009 Progress Software Corporation
PreviousNextIndex