Click here to Skip to main content
15,921,941 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Developer,

I want to use the visual studio 2005 code to visual studio 2003.
but i stuck on the below line of code.

The below Line of code give the proper output in VS 2005 but its give the wrong in vs 2003.
Any body tell be exact solution for the below Line of code.

C#
sbyte[] abyte6 = new sbyte[16];
byte[] bty = (byte[])(Array)abyte6;


Regards,
Ravi Sharma
Posted
Updated 9-May-12 10:33am
v3

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900