Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Converting sbyte[] to byte[] 1

Status
Not open for further replies.

theoxyde

Programmer
Jul 16, 2003
220
US
I have to cross-communicate with an app written in J#, and all the data structures coming from the remote app are arrays of sbyte[]. I've done this before, but I can't remember how I did it. I know it can be done without iterating the array and without using pointers, but I'm at a loss.

Any suggestions?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top