convertToHex() Operation
Syntax  | 
  | |
|---|---|---|
Semantics  | Returns the blob as hex string.  | |
Substitutables  | 
  | Can be any variable or object attribute having the type String. It represents the blob as sequence of 2-digit hex values, e.g.: " 2A2B " (ASCII: " *+ ")  | 
  | Can be any variable or object attribute having the type Blob.  | |
Examples  | 
        CODE
     
    
 | |