# File lib/snmp/varbind.rb, line 292
    def to_oid
      oid = ObjectId.new
      @value.each_byte { |b| oid << b }
      oid
    end