Enum HexDumpOption
Enumerates the option flags for the HexDump(byte[], int, int, int, HexDumpOption) and HexDump(byte[], int, HexDumpOption) > methods.
Namespace: Neon.Common
Assembly: Neon.Common.dll
Syntax
[Flags]
public enum HexDumpOption
Fields
| Name | Description |
|---|---|
| None | Enable no special formatting options. |
| ShowAll | Enables all formatting options. |
| ShowAnsi | Include ANSI characters after the HEX bytes on each line. |
| ShowOffsets | Include the byte offset of the first byte of each line. |