class CFPropertyList::CFString

def to_binary(bplist)

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