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