transcodeToString() Operation
Syntax  | 
  | |
|---|---|---|
Semantics  | The operation transcodes blobs encoded with a given character set into an internal string. The returned string is always UTF-8 encoded.  | |
Substitutables  | 
  | Can be any variable or object attribute having type String.  | 
  | Can be any variable or object attribute having type Blob.  | |
  | Specifies the encoding of the characters stored in   | |
Examples  | This example transforms a blob that contains ISO-8859-1 encoded characters into an internal string: 
        CODE
     
    
 | |