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

Open
opened 2026-01-30 21:26:57 +00:00 by claunia · 0 comments
Owner

📋 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: masterHead: fixes/parse-string


📝 Commits (1)

  • 08878ca Add 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 ParseString method to both classes.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/claunia/plist-cil/pull/31 **Author:** [@qmfrederik](https://github.com/qmfrederik) **Created:** 5/22/2018 **Status:** ✅ Merged **Merged:** 5/22/2018 **Merged by:** [@claunia](https://github.com/claunia) **Base:** `master` ← **Head:** `fixes/parse-string` --- ### 📝 Commits (1) - [`08878ca`](https://github.com/claunia/plist-cil/commit/08878ca63793d2d6fde07dd6acd9e8d3a06b3ca7) Add ParseString overloads ### 📊 Changes **2 files changed** (+29 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `plist-cil/ASCIIPropertyListParser.cs` (+12 -1) 📝 `plist-cil/XmlPropertyListParser.cs` (+17 -0) </details> ### 📄 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 `ParseString` method to both classes. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-30 21:26:57 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: claunia/plist-cil#58