Is it guaranted to work a conversion of a value type (such as int) to a byte pointer under any implementation of C#?
Like...
Code:byte *bp = (byte *)integer;
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 4 of 4
Thread: Value type to byte *Threaded View
|
Click Here to Expand Forum to Full Width |