| RegisterUtilityRemoveValuesInSubKeyWithSeparator Method |
Rimuove un elemento da una lista di elementi presenti in una varibile.
Namespace: QsInformatica.UtilsAssembly: QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 27.1.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 String
- Stringa con la chiave.
- name String
- Nome della variabile.
- valore String
- VValore da rimuovere.
- separator Char
- Carattere separatore tra i vari elementi all'interno della varibile.
Return Value
See Also