Returns the number of bytes contained in the input.
| Input | Data Type | Description |
|---|---|---|
| Input1 | Binary | The data. |
| Output | Data Type | Description |
|---|---|---|
| Output1 | Integer | The data's length in bytes. |
The Binary Functions LEFTB, RIGHTB, MIDB, REPLACEB and TRUNCATEB handle input binary data as it is. If binary data cannot be successfully converted back to a string, an empty string is output.