| TopBomIniHelperManagementINIWriteFile Method |
Scrive sul file INI
Namespace:
QsInformatica.Utils
Assembly:
QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax public bool WriteFile(
string Section,
string Key,
string Value
)
Public Function WriteFile (
Section As String,
Key As String,
Value As String
) As Boolean
public:
bool WriteFile(
String^ Section,
String^ Key,
String^ Value
)
member WriteFile :
Section : string *
Key : string *
Value : string -> bool
Parameters
- Section
- Type: SystemString
Sezione su cui scrivere (se non esiste viene creata) - Key
- Type: SystemString
Chiave da scrivere (se non esiste viene creata (altrimenti sovrascritta)) - Value
- Type: SystemString
Valore da inserire
Return Value
Type:
BooleanTrue in caso di successo, False altrimenti
See Also