Utility.CombineArrays Method

Combines data from two arrays of bytes into one array.

Overload List

Name Description
Utility.CombineArrays (Byte[], Byte[]) Combines all of the data fom two arrays of bytes into one array.
Utility.CombineArrays (Byte[], Int32, Int32, Byte[], Int32, Int32) Combines ranges of data from two arrays of bytes into one array.

Remarks

This method combines two arrays by appending the second array at the end of the first array.

Version Information

Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, and 4.1.

See Also

Reference

Utility Class
Utility Members
Microsoft.SPOT.Hardware Namespace