Parses hex string representing an Ethernet MAC address to the enternal format. Ethernet
address has to contain 12 hex characters (1-9 or A-F) to be parsed correctly. Special formatting is
ignored so both 0000.0010.0000 and 00-00-00-10-00-00 will be parsed ok.
Namespace:
SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
| C# | Visual Basic | Visual C++ |
Parameters
- value
- String
Ethernet address represented as a string.