The BITCHR function converts the input binary string into its equivalent character representation.
Category
String
Syntax
BITCHR(source_string, length)
Parameters and Descriptions
Parameter | Description |
---|---|
source_string | The name of the source binary string that needs to be converted into character representation. |
length | A numeric value that specifies the number of characters (bytes) to be converted from the source_string. |