DumpFormat EnumerationNFX Class Library

[This is preliminary documentation and is subject to change.]

Format of the String Dump

Namespace: NFX
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public enum DumpFormat
Members

  Member nameValueDescription
Binary0 Perform no conversion - data copied as is
Decimal1 Decimal string representation. E.g. "<<39, 16, 25, ...>>"
Hex2 Hex string representation. E.g. "A1 B9 16 ..."
Printable3 Human readable string representation. E.g. "...Test 123\n..."
See Also