Read bytes from a file, convert the values to hex and display them. DO NOT USE ON BIG FILES! using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; namespace ConsoleApplication4 |
Just Code >
Just Code >
Show Hexadecimal representation of a file, neat for checking encoding of the fileposted Feb 12, 2010, 1:49 AM by Peter Henell [ updated Feb 12, 2010, 1:52 AM ]
|