Skip to content

drewnoakes/hex-dump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hex-dump

HexDump NuGet version HexDump NuGet download count

Formats a hex dump from bytes.

Usage

string hex = HexDump.Format(myBytes);

Produces output resembling:

0000    61 62 63 64 65 66 67 68  69 6A 6B 6C 6D 6E 6F 70    abcdefgh ijklmnop
0010    71 72 73 74 75 76 77 78  79 7A                      qrstuvwx yz      

Options:

  • includeOffset controls whether the leftmost column is displayed
  • includeAscii controls whether the rightmost column is displayed

Installation

Use the HexDump package from NuGet.

https://www.nuget.org/packages/HexDump

About

Formats a hex dump from bytes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages