IniFile.COMMENT Field

IniFileIO

IniFileCOMMENT Field

IniFileIO Documentation
Token at the beginning of a line which denotes a comment. (';' character.)

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

private const string COMMENT = ";"
Private Const COMMENT As String = ";"
private:
literal String^ COMMENT = ";"
static val mutable private COMMENT: string

Field Value

Type: String
Remarks

See Also

Reference