TG.INI
IniKeyValue Constructor (String, String, Boolean, Boolean) |
Initializes a new instance of IniKeyValue with a key, value and if the value should be encrypted and quoted.
Namespace: TG.INI
Assembly: TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public IniKeyValue( string key, string value, bool encryptValue, bool quoteValue )
Public Sub New ( key As String, value As String, encryptValue As Boolean, quoteValue As Boolean )
public: IniKeyValue( String^ key, String^ value, bool encryptValue, bool quoteValue )
new : key : string * value : string * encryptValue : bool * quoteValue : bool -> IniKeyValue
Parameters
- key
- Type: SystemString
- value
- Type: SystemString
- encryptValue
- Type: SystemBoolean
- quoteValue
- Type: SystemBoolean
See Also