# File lib/snmp/varbind.rb, line 286
    def to_s
      octets = []
      @value.each_byte { |b| octets << b.to_s }
      octets.join('.')
    end