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

TextType Enumeration

SymbolValueDescription
TextTypeHexByte0Hexadecimal numbers (from 0 to 0xFF)
TextTypeHexWord1Hexadecimal numbers (from 0 to 0xFFFF)
TextTypeHexDword2Hexadecimal numbers (from 0 to 0xFFFF FFFF)
TextTypeHexQword3Hexadecimal numbers (from 0 to 0xFFFF FFFF FFFF FFFF)
TextTypeDecByte4Decimal numbers (from 0 to 255)
TextTypeDecWord5Decimal numbers (from 0 to 65535)
TextTypeDecDword6Decimal numbers (from 0 to 4,294,967,295)
TextTypeDecQword7Decimal numbers (from 0 to 18,446,744,073,709,551,615)