claunia / plist-cil

C#/.NET parser for Apple and GnuStep Property List (aka plist), based on Java's dd-plist
Other
54 stars 17 forks source link

Add ParseString overloads to the [Xml, ASCII]PropertyListParser #31

Closed qmfrederik closed 6 years ago

qmfrederik commented 6 years ago

The XML and ASCII property list parsers allow you to parse byte arrays, streams, files,... but not individual strings.

I often find myself having to parse a property list from a string, so I've added a ParseString method to both classes.

claunia commented 6 years ago

Nice idea