Return true if OctetString contains non-printable characters, otherwise return false.
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.1.0 (0.9.1)
Syntax
Remarks
Values recognized as hex are byte values less then decimal 32 that are not decimal
10 or 13 and byte values that are greater then 127 decimal. One exception is byte value 0x00
when it is at the end of the byte array is not considered a hex value but a c-like string
termination character.