Enum DumpFormat
Format of the String Dump
Namespace: NFX
Assembly: NFX.dll
Syntax
public enum DumpFormat
Fields
| Name | Description |
|---|---|
| Binary | Perform no conversion - data copied as is |
| Decimal | Decimal string representation. E.g. "<<39, 16, 25, ...>>" |
| Hex | Hex string representation. E.g. "A1 B9 16 ..." |
| Printable | Human readable string representation. E.g. "...Test 123\n..." |