LENB

Returns the number of bytes contained in the input.

Input/Output

Number of Connections: 1
InputData TypeDescription
Input1BinaryThe data.

OutputData TypeDescription
Output1IntegerThe data's length in bytes.

How a Binary function handles byte conversions

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.