A Sandcastle Documented Class Library
![]() | 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)

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.

Exception | Condition |
---|---|
ArgumentNullException | Se la Section o la Key sono null o stringa vuota"" oppure l'argomento Value è null. |
