Click or drag to resize

INIFileSetString Method

Imposta il valore nella sezione ed alla chiave specificata.

Namespace:  QsInformatica.Utils
Assembly:  QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 24.6.0.0 (24.6.0.0)
Syntax
public void SetString(
	string Section,
	string Key,
	string Value
)

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