IniKeyValue.QuoteValue Property

TG.INI

IniKeyValueQuoteValue Property

Gets or Sets whether values should be enclosed in quotation marks.

Namespace:  TG.INI
Assembly:  TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public bool QuoteValue { get; set; }
Public Property QuoteValue As Boolean
	Get
	Set
public:
property bool QuoteValue {
	bool get ();
	void set (bool value);
}
member QuoteValue : bool with get, set

Property Value

Type: Boolean
See Also