|
|
Have a look at the documentation for the Array[^] class.
|
|
|
|
|
THANKS
Have Fun
Never forget it
|
|
|
|
|
Array.Copy(array1, 7, array2, 0, 18);
Dave
|
|
|
|
|
|
This is the second question today about something that can easily be found in the documentation or on the web (search for "c# format binary string" and "c# copy part of array" to get the solutions as the first hit). You really should learn how to use google and MSDN Library, and save your forum posts until you need them.
Despite everything, the person most likely to be fooling you next is yourself.
|
|
|
|
|
|
System.Buffer.BlockCopy()
|
|
|
|