PeanutButter
Loading...
Searching...
No Matches
PeanutButter.INI.ILineParser Interface Reference

Represents a line parser for parsing a data line into: More...

Inheritance diagram for PeanutButter.INI.ILineParser:
PeanutButter.INI.BestEffortLineParser

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)

Detailed Description

Represents a line parser for parsing a data line into:

  • key
  • value
  • comment

Member Function Documentation

◆ Parse()

IParsedLine PeanutButter.INI.ILineParser.Parse ( string line)

Should parse a text line out into the parts of a parsed line.

Parameters
line
Returns

Implemented in PeanutButter.INI.BestEffortLineParser.

Property Documentation

◆ CommentDelimiter

string PeanutButter.INI.ILineParser.CommentDelimiter
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.


The documentation for this interface was generated from the following file:
  • source/INI/PeanutButter.INI/ILineParser.cs