RegisterUtility.RemoveValuesInSubKeyWithSeparator Method

QsInformatica.Utils

RegisterUtilityRemoveValuesInSubKeyWithSeparator Method

Rimuove un elemento da una lista di elementi presenti in una varibile.

Namespace:  QsInformatica.Utils
Assembly:  QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public static void RemoveValuesInSubKeyWithSeparator(
	string key,
	string name,
	string valore,
	char separator
)
Public Shared Sub RemoveValuesInSubKeyWithSeparator ( 
	key As String,
	name As String,
	valore As String,
	separator As Char
)
public:
static void RemoveValuesInSubKeyWithSeparator(
	String^ key, 
	String^ name, 
	String^ valore, 
	wchar_t separator
)
static member RemoveValuesInSubKeyWithSeparator : 
        key : string * 
        name : string * 
        valore : string * 
        separator : char -> unit 

Parameters

key
Type: SystemString
Stringa con la chiave.
name
Type: SystemString
Nome della variabile.
valore
Type: SystemString
VValore da rimuovere.
separator
Type: SystemChar
Carattere separatore tra i vari elementi all'interno della varibile.

Return Value

Type: 
See Also