Hexadecimal data dump of the specific range of buffer values
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.1.0 (0.9.1)
Syntax
| C# |
|---|
public string ToString( int start, int length ) |
| Visual Basic |
|---|
Public Function ToString ( _ start As Integer, _ length As Integer _ ) As String |
| Visual C++ |
|---|
public: String^ ToString( int start, int length ) |
Parameters
- start
- Type: System..::..Int32
Start position for data dump (0 based)
- length
- Type: System..::..Int32
Number of bytes to include in the dump
Return Value
String representation of the selected range.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentOutOfRangeException | Thrown when start and length arguments point to internal byte array locations that are outside of the array bounds. |