Utility function to print a MAC address (binary string of 6 byte length.

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

Syntax

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

Return Value

If data is of the correct length (6 bytes), string representing hex mac address in the format xxxx.xxxx.xxxx. If data is not of the correct length, empty string is returned.

See Also