INIFile.DeleteKey Method

QsInformatica.Utils

INIFileDeleteKey Method

Elimina la chiave da una specifica sezione. Se la chiave o la sezione non esiste non viene sollevata alcuna eccezione.

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

Parameters

Section
Type: SystemString
Nome della sezione dalla quale eliminare la chiave specificata.
Key
Type: SystemString
Nome della chiave da eliminare.
See Also