Click or drag to resize

RegisterUtilityRemoveValueBySubKey Method

Rimuove un valore da un chiave.

Namespace:  QsInformatica.Utils
Assembly:  QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 24.6.0.0 (24.6.0.0)
Syntax
public static void RemoveValueBySubKey(
	string key,
	string name
)

Parameters

key
Type: SystemString
Stringa con la chiave.
name
Type: SystemString
Nome del valore da rimuovere dalla chiave.
See Also