Debugging function used to dump on the console supplied byte array in a format suitable for console output.

Namespace:  SnmpSharpNet
Assembly:  SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static void DumpHex(
	byte[] data
)
Public Shared Sub DumpHex ( _
	data As Byte() _
)
public:
static void DumpHex(
	array<unsigned char>^ data
)

Parameters

data
array< Byte >[]()[]
Byte array data

See Also