zhaopuming / quickfast

Automatically exported from code.google.com/p/quickfast
Other
1 stars 0 forks source link

Patch to have DNField.ByteVector return byte[] instead of string #95

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 wolf.wwm...@gmail.com on 7 Oct 2011 at 10:05

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by dale.wil...@gmail.com on 3 Jul 2012 at 6:14