Click or drag to resize

RegisterUtilityGetValueInSubKey Method

Restituisce il valore di una variabile all'interno di una chiave.

Namespace:  QsInformatica.Utils
Assembly:  QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 24.6.0.0 (24.6.0.0)
Syntax
public static Object GetValueInSubKey(
	string key,
	string name,
	Object defval
)

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.

Return Value

Type: Object

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

See Also