Skip to main content

ConcatenateBytes

Type

operator

Summary

Concatenates Left and Right.

Syntax

<Left> & <Right>

Description

The result consists of the bytes of Left followed by those of Right.

Parameters

NameTypeDescription

Left

An expression which evaluates to binary data.

Right

An expression which evaluates to binary data.

Thank you for your feedback!

Was this page helpful?