Hexadecimal data dump of the specific range of buffer values

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public string ToString(
	int start,
	int length
)
Public Function ToString ( _
	start As Integer, _
	length As Integer _
) As String
public:
String^ ToString(
	int start, 
	int length
)

Parameters

start
Int32
Start position for data dump (0 based)
length
Int32
Number of bytes to include in the dump

Return Value

String representation of the selected range.

Exceptions

ExceptionCondition
System..::.ArgumentOutOfRangeExceptionThrown when start and length arguments point to internal byte array locations that are outside of the array bounds.

See Also