Hex Editor - Binary File Editing Software for Windows
Download Hex Editor Neo Hide this button

DisplayAs Enumeration

Specifies the editor window cell view type. The script may control the current view's view type using the IDocumentView.displayAs property.

SymbolValueDescription
Hex0Display as hexadecimal numbers.
Decimal1Display as decimal numbers.
Octal2Display as octal numbers.
Binary3Display as binary numbers.
Float4Display as single precision floating-point numbers (IEEE 754).
Double5Display as double precision floating-point numbers (IEEE 754).