Global separator string between words in hexadecimal string representation.
Source position: syshelpers.pp line 116
var HexWordSeparator: string; |
Shortcut for DefaultHexFormatSettings.HexWordSeparator. Default value is empty string. Used in ToHexString() helper functions for hexadecimal representation.
|
Global prefix string at the beginning of hexadecimal string representation. |
|
|
Global sufix string at the end of hexadecimal string representation. |
|
|
Global separator string between nibbles (half bytes) in hexadecimal string representation. |
|
|
Global separator string between bytes in hexadecimal string representation. |
|
|
Global separator string between double words in hexadecimal string representation. |
|
|
Global ordinal to hexadecimal string conversion defaults. |