Utility.CombineArrays Method (Byte[], Byte[])

Combines all of the data fom two arrays of bytes into one array.

Namespace: Microsoft.SPOT.Hardware
Assembly: Microsoft.SPOT.Hardware (in microsoft.spot.hardware.dll)

Syntax

[MethodImplAttribute]
public static byte [] CombineArrays (
         byte[] src1,
         byte[] src2
)

Parameters

  • src1
    The first array you want to combine with another array.
  • src2
    The second array you want to combine with another array.

Return Value

A new array of bytes that contains two specified arrays.

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