|
PeanutButter
|
Represents a line parser for parsing a data line into: More...
Public Member Functions | |
| IParsedLine | Parse (string line) |
| Should parse a text line out into the parts of a parsed line. | |
Properties | |
| string | CommentDelimiter [get] |
| The delimiter to use for comments (should be semi-colon in properly-formatted ini files, but INIFile allows for custom comment delimiters) | |
Represents a line parser for parsing a data line into:
| IParsedLine PeanutButter.INI.ILineParser.Parse | ( | string | line | ) |
Should parse a text line out into the parts of a parsed line.
| line |
Implemented in PeanutButter.INI.BestEffortLineParser.
|
get |
The delimiter to use for comments (should be semi-colon in properly-formatted ini files, but INIFile allows for custom comment delimiters)
Implemented in PeanutButter.INI.BestEffortLineParser.