TO_CHAR(label [,format])
where label is the binary representation of a label and format is a valid label format (see the following section, "Formatting Labels" , for more details about this parameter).
This function is useful because it allows you to retrieve a label in any supported format that suits your needs.
To convert a label from character string to binary representation, enter
TO_LABEL(string [,format])
where string is the character representation of a label and format is a valid label format (see the following section, "Formatting Labels" for more details about this parameter).
You must use the TO_LABEL function when converting a label from one external format to another (see "Formatting Labels" for examples of how to use this function).