HexDumper.DumpHexToConsole Method (Byte[])
Performs a hex dump of a byte stream to the console.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public static void DumpHexToConsole(
byte[] data
)
public:
static void DumpHexToConsole(
array<unsigned char>^ data
)
Public Shared Sub DumpHexToConsole (
data As Byte()
)
Parameters
data
Type: System.Byte[]Data to dump.
See Also
HexDumper Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top