Return string formatted hexadecimal representation of the objects value.

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

Syntax

C#
public string ToHexString()
Visual Basic (Declaration)
Public Function ToHexString As String
Visual C++
public:
String^ ToHexString()

Return Value

String representation of hexadecimal formatted class value.

See Also