quickfast
quickfast copied to clipboard
Patch to have DNField.ByteVector return byte[] instead of string
The DNField.ByteVector property returns a System.String which leads to the loss
of the contents of the bytevector in many cases.
The attached patch changes the property to return an array of bytes.
Original issue reported on code.google.com by [email protected] on 7 Oct 2011 at 10:05
Attachments: