G
Guest
Is there a class that will allow me to append a byte[] to another? The data
that I have is binary so StringBuilder will not work.
that I have is binary so StringBuilder will not work.
Is there a class that will allow me to append a byte[] to another? The data
that I have is binary so StringBuilder will not work.
Eric said:Is there a class that will allow me to append a byte[] to another?
The data that I have is binary so StringBuilder will not work.