mirror of
https://github.com/claunia/plist-cil.git
synced 2026-02-04 05:34:41 +00:00
[PR #31] [MERGED] Add ParseString overloads to the [Xml, ASCII]PropertyListParser #58
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/claunia/plist-cil/pull/31
Author: @qmfrederik
Created: 5/22/2018
Status: ✅ Merged
Merged: 5/22/2018
Merged by: @claunia
Base:
master← Head:fixes/parse-string📝 Commits (1)
08878caAdd ParseString overloads📊 Changes
2 files changed (+29 additions, -1 deletions)
View changed files
📝
plist-cil/ASCIIPropertyListParser.cs(+12 -1)📝
plist-cil/XmlPropertyListParser.cs(+17 -0)📄 Description
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
ParseStringmethod to both classes.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.