Table of Contents

Enum IniWritingNewLineBehavior

Namespace
Sisk.IniConfiguration.Core.Serialization
Assembly
Sisk.IniConfiguration.Core.dll

Specifies the behavior for writing new lines in an INI file.

[Flags]
public enum IniWritingNewLineBehavior

Fields

Escape = 4

Escapes the new line characters when writing new lines.

Quote = 1

Quotes the value when writing new lines.

Split = 2

Splits the value into multiple lines when writing new lines.