> And of course, this is also begs the question why castclass > doesn't work for casting a byte[] to an sbyte[].
Not quite sure what you mean here. castclass is an IL opcode, byte/sbyte are C# types. Are you objecting to the behaviour of the C# compiler, or the castclass opcode? [1] --Peter http://www.razorsoft.net/weblog http://staff.develop.com/peterd [1] I'm sure you're aware of this distinction, I'm just trying to get clarity on your question.
