IniFile.KEY_VALUE_SEPARATOR Field

IniFileIO

IniFileKEY_VALUE_SEPARATOR Field

IniFileIO Documentation
Token within a IniFileKey which defines the separation of the Name and Value. ('=' character.). Only the first token encountered in a line is processed (so the Value can contain this token in its text).

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

private const char KEY_VALUE_SEPARATOR = '='
Private Const KEY_VALUE_SEPARATOR As Char = "="C
private:
literal wchar_t KEY_VALUE_SEPARATOR = '='
static val mutable private KEY_VALUE_SEPARATOR: char

Field Value

Type: Char
Remarks

See Also

Reference