Search results for query: *

  1. J

    Convert time_t to DateTime

    Hello, I am trying to convert a time_t string to a readable format. Hex Workshop shows the bytes as "90 10 47 45" and tells me that this is 32 bit little endian, and corresponds to "10:00:00 31/10/2006", exactly as it should, but so far I have been unable to do this in VB. The following code...
  2. J

    convert to csv

    Well for example, you might have a binary file that contains some ascii and you may be looking for a certain sequence of bytes in order to process the file. You can't use Contains or Substring with a byte array as far as I know, so I've been having a similar problem. You have to use...
Back
Top