Return string formatted hexadecimal representation of the objects value.

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

Syntax

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

Return Value

String representation of hexadecimal formatted class value.

See Also