[This is preliminary documentation and is subject to change.]
Format of the String Dump
Namespace: NFXAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Binary | 0 | Perform no conversion - data copied as is | |
Decimal | 1 | Decimal string representation. E.g. "<<39, 16, 25, ...>>" | |
Hex | 2 | Hex string representation. E.g. "A1 B9 16 ..." | |
Printable | 3 | Human readable string representation. E.g. "...Test 123\n..." |
See Also