I am working on a project where they want to append to a file but the data
has to be in HEX. I am getting the result from a SQL query and I want to buld
a string for the new record. but again the output is expected to be in a HEX
format with a record length of 64 bytes.
Any thoughts?
cody - 24 Mar 2006 17:23 GMT
Convert.ToString(myNumber, 16);
>I am working on a project where they want to append to a file but the data
> has to be in HEX. I am getting the result from a SQL query and I want to
[quoted text clipped - 3 lines]
> format with a record length of 64 bytes.
> Any thoughts?