Dart.Snmp.SimpleType Namespace > Opaque Class : ToHexString Method |
Converts the object to its hex string representation. The string starts with the high 4 bits of the first element, followed by the low 4 bits of the first element, followed by the delimiter, and continues with each byte. Possible hex values are { '0', '1','2','3','4','5','6','7','8','9','a','b','c','d','e','f' }.