On 9/21/07, Mark Nicholls <[EMAIL PROTECTED]> wrote: > On Fri, 21 Sep 2007 16:31:17 +0100, Graeme Bradbury > <[EMAIL PROTECTED]> wrote: > > >1. It can't be done in place due to immutable type, and if you give it as > >array of chars then Array.Reverse(...); > > damn...as Mr Bouma pointed out....I didn't think.... >
No, he was wrong ;) you *can* in an unsafe method, using fixed (char* ...) Cheers, Stoyan =================================== This list is hosted by DevelopMentor® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com
