HexDumper Class
Provides utility methods for performing hex dumps of binary data.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | OnlyPrintReadable | If true, only readable characters are in the output. Non-readable characters are replaced with the pound sign (#) in the dump. The default value is false. |
| Name | Description | |
|---|---|---|
![]() ![]() | DumpHexToConsole(array<Byte>^) | Performs a hex dump of a byte stream to the console. |
![]() ![]() | DumpHexToDebug(array<Byte>^) | Performs a hex dump of a byte stream to the debug stream. |
![]() ![]() | DumpHexToTrace(array<Byte>^) | Performs a hex dump of a byte stream to the trace stream. |
![]() ![]() | DumpHexTraceToString(array<Byte>^) | Returns a string containing a hex dump of the debug trace. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


