INIFile.SetString Method

QsInformatica.Utils

INIFileSetString Method

Imposta il valore nella sezione ed alla chiave specificata.

Namespace:  QsInformatica.Utils
Assembly:  QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public void SetString(
	string Section,
	string Key,
	string Value
)
Public Sub SetString ( 
	Section As String,
	Key As String,
	Value As String
)
public:
void SetString(
	String^ Section, 
	String^ Key, 
	String^ Value
)
member SetString : 
        Section : string * 
        Key : string * 
        Value : string -> unit 

Parameters

Section
Type: SystemString
Sezione del file di inizializzazione.
Key
Type: SystemString
Chiave del file di inizializzazione.
Value
Type: SystemString
Valore da inserire.
Exceptions
ExceptionCondition
ArgumentNullExceptionSe la Section o la Key sono null o stringa vuota"" oppure l'argomento Value è null.
See Also