HexStyle Enumeration
Hexadecimal Layout Styles.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.3013.4544
[FlagsAttribute]
public enum HexStyle
<FlagsAttribute>
Public Enumeration HexStyle
No code example is currently available or this language may not be supported.
| Default | 0 |
Use the Default Hex Layout.
|
| SingleKey | 1 |
Return the value as a single Hexadecimal Key.
|
| Delimited | 2 |
Return the value as delimited bytes.
|
| GUID | 4 |
Return the Single Key value formatted as a GUID
as in {5d99525d-4e27-4a48-b097-b7f587418a3e}.
|
| Prefix | 8 |
Return the value with the Hex prefix (0x).
|
| Space | 16 |
Separate Delimited Values with a space.
|
| Comma | 32 |
Seperate Delimited Values with a comma.
|
| Numeric | 64 |
Input is in numeric form.
|
| Byte | 128 |
Values are expressed as single bytes.
|
| Word | 256 |
Values are expressed as double-byte words.
|
| DoubleWord | 512 |
Values are expressed as double-words.
|
| Fill | 1,024 |
Fill the return string with the full size of the input value.
|