IniFile.KeyNameWhitespaceLiteral Property

IniFileIO

IniFileKeyNameWhitespaceLiteral Property

IniFileIO Documentation
Specifies if the parser includes leading and trailing whitespaces from the source in the Name property.

Namespace:  IniFileIO
Assembly:  IniFileIO (in IniFileIO.dll) Version: 1.4.0.6028 (1.4.0.06028)
Syntax

public bool KeyNameWhitespaceLiteral { get; }
Public ReadOnly Property KeyNameWhitespaceLiteral As Boolean
	Get
public:
property bool KeyNameWhitespaceLiteral {
	bool get ();
}
member KeyNameWhitespaceLiteral : bool with get

Return Value

Type: Boolean
Boolean indicating leading and trailing whitespace sensitivity.
Remarks

This property only applies to the reading of the ini file. It does not modify the output format.
See Also

Reference