ConversionConcat(Byte, Byte) Method

Return a concatenated version of values 1 and 2.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static byte[] Concat(
	byte[] value1,
	byte[] value2
)

Parameters

value1  Byte
The first value to concatenate.
value2  Byte
The second value to append.

Return Value

Byte
Value1 with Value2 appended to the end.

See Also