# File lib/dnsruby/bitmap.rb, line 80
  def to_binary_string(min_length = 0)
    BitMapping.number_to_binary_string(number, min_length)
  end