class BinData::String

def value_to_binary_string(val)

def value_to_binary_string(val)
  truncate_or_pad_to_length(val)
end