IniFile.KeyValueWhitespaceLiteral Property

IniFileIO

IniFileKeyValueWhitespaceLiteral Property

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

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

public bool KeyValueWhitespaceLiteral { get; }
Public ReadOnly Property KeyValueWhitespaceLiteral As Boolean
	Get
public:
property bool KeyValueWhitespaceLiteral {
	bool get ();
}
member KeyValueWhitespaceLiteral : 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