UtilitiesJoinByteArrays Method |
Create a new byte[] containing the contents of two other byte arrays.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static byte[] JoinByteArrays(
byte[] arr1,
byte[] arr2
)
Public Shared Function JoinByteArrays (
arr1 As Byte(),
arr2 As Byte()
) As Byte()
public:
static array<unsigned char>^ JoinByteArrays(
array<unsigned char>^ arr1,
array<unsigned char>^ arr2
)
Parameters
- arr1
- Type: SystemByte
- arr2
- Type: SystemByte
Return Value
Type:
ByteSee Also