If I have an unmanaged pointer and I want to transfer a specified number of bytes from that location to a Byte array, what is the best way to do this?
i.e. what is the equivalent of Marshal.PtrToString* methods but where the destination is a Byte()
Thanks