IniKeyValue Properties
From TG.INI
TG.INI
IniKeyValue Properties |
The IniKeyValue type exposes the following members.
| Name | Description | |
|---|---|---|
| BaseValue |
Gets or Sets the base string value of the IniKeyValue.
| |
| EncryptValue |
Gets or Sets if the value should be encrypted.
| |
| EntryType |
Get value KeyValue.
(Overrides IniEntryEntryType.) | |
| Key |
Gets or Sets the key for this entry.
| |
| ParentDocument |
Gets the parent IniDocument.
(Inherited from IniEntry.) | |
| QuoteValue |
Gets or Sets whether values should be enclosed in quotation marks.
| |
| Value |
Gets or Sets the string value of the entry.
(Overrides IniEntryValue.) | |
| ValueBoolean |
Gets or Sets the value as a Boolean.
| |
| ValueByte |
Gets or Sets the value as an byte type.
| |
| ValueColor |
Get or set a Color value.
| |
| ValueDateTime |
Gets or Sets the value as a DateTime.
| |
| ValueDecimal |
Gets or Sets the value as a decimal type.
| |
| ValueDouble |
Gets or Sets the value as a double type.
| |
| ValueFloat |
Gets or Sets the value as a float type.
| |
| ValueInt |
Gets or Sets the value as an integer type.
| |
| ValueInt16 |
Gets or Sets the value as a short type.
| |
| ValueInt64 |
Gets or Sets the value as a 64 bit integer.
| |
| ValuePoint |
Get or set a Point value.
| |
| ValuePointF |
Get or set a PointF value.
| |
| ValueRectangle |
Get or set a Rectangle value.
| |
| ValueRectangleF |
Get or set a RectangleF value.
| |
| ValueSize |
Get or set a Size value.
| |
| ValueSizeF |
Get or set a SizeF value.
|