class CFPropertyList::CFString

def to_binary(bplist)

convert to binary
def to_binary(bplist)
  return bplist.string_to_binary(@value);
end