Defines identifiers that indicate the display modes used by System.ComponentModel.Design.ByteViewer.
The System.ComponentModel.Design.DisplayMode identifiers are used to indicate the display mode used to display each byte sequence.
Member Name | Description |
---|---|
Ansi |
An ANSI format display. |
Auto |
A display mode that automatically selects a display mode. In this mode, the bytes are examined to determine if they are hexadecimal or printable. If the bytes are in hexadecimal format, the DisplayMode.Hexdump mode is selected. If the characters match a printable character set, a test is run to automatically select either the DisplayMode.Ansi or DisplayMode.Unicode display mode. |
Hexdump |
A hexadecimal format display. |
Unicode |
A Unicode format display. |