Nini Library API Reference - http://nini.sourceforge.net/

IniReader.ConsumeAllKeyText Property

Gets or sets whether or not all key text should be consumed. This means that even double quotes (") and commments (;) will be consumed from keys.

public bool ConsumeAllKeyText {get; set;}

Remarks

This was added to similate the behavior of the Win32 API GetProfileString method.

See Also

IniReader Class | Nini.Ini Namespace