MIMEHEADER_DECODE v17
Use the MIMEHEADER_DECODE
function to decode values that are encoded by the MIMEHEADER_ENCODE
function. The signature is:
This function returns a VARCHAR2
value.
Parameters
buf
buf
contains the value encoded by MIMEHEADER_ENCODE
to decode.
Examples
These examples use the MIMEHEADER_ENCODE
and MIMEHEADER_DECODE
functions to first encode and then decode a string:
- On this page
- Parameters
- Examples