المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Appending byte array to a byte array



C# Programming
08-26-2009, 01:24 PM
Hi,
I have a function which returns a byte array. This method is being called in a loop. I need to build another byte array from these returned byte array.
For eg., in StringBuilder, we can keep appending string to it. Similar way, i need to append byte array to one main byte array.

How can this be achieved? Can anyone give me some solution here?

Thanks for your time.