Parses INI-like args in key=value format.
- Namespace
- Statiq
.Common - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["SettingsParser"]
class Type type-node
Syntax
public static class SettingsParser
Methods
Name | Return Value | Summary |
---|---|---|
Parse |
IReadOnlyDictionary |
static
|
ParsePair |
KeyValuePair |
static
|
Unescape |
string |
static
|