IniKeyValue Constructor

TG.INI

IniKeyValue Constructor

Overload List
  NameDescription
Public methodIniKeyValue
Initializes a new instance of IniKeyValue.
Public methodIniKeyValue(String, Int32)
Initializes a new instance of IniKeyValue with a key and int value.
Public methodIniKeyValue(String, String)
Initializes a new instance of IniKeyValue with a key and string value.
Public methodIniKeyValue(String, String, Boolean)
Initializes a new instance of IniKeyValue with a key, value and if the value should be encrypted.
Public methodIniKeyValue(String, String, Boolean, Boolean)
Initializes a new instance of IniKeyValue with a key, value and if the value should be encrypted and quoted.
Top
See Also