Enum DumpFormat
Format of the String Dump
Namespace: Azos
Assembly: Azos.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..." |