Click or drag to resize

RegisterUtilityGetValuesInSubKeyWithSeparator Method

Restituisce tutti gli elementi presenti in una variabile.

Namespace:  QsInformatica.Utils
Assembly:  QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 24.6.0.0 (24.6.0.0)
Syntax
public static string[] GetValuesInSubKeyWithSeparator(
	string key,
	string name,
	Object[] defval,
	char separator
)

Parameters

key
Type: SystemString
Stringa con la chiave.
name
Type: SystemString
Nome della variabile.
defval
Type: SystemObject
Valore da restituire di default nel caso non sia presente.
separator
Type: SystemChar
Carattere separatore tra i vari elementi all'interno della varibile.

Return Value

Type: String

[Missing <returns> documentation for "M:QsInformatica.Utils.RegisterUtility.GetValuesInSubKeyWithSeparator(System.String,System.String,System.Object[],System.Char)"]

See Also