StringTableParser class
Parses PowerShell-style string table files containing key=value pairs.
public static class StringTableParser
Public Members
| name | description |
|---|---|
| static ParseFile(…) | Parses a string table file and returns a dictionary of key/value pairs. |
| static ParseJsonFile(…) | Parses a JSON string table file and returns a dictionary of key/value pairs. |
See Also
- namespace Kestrun.Localization
- StringTableParser.cs