| RegisterUtilityGetValuesInSubKeyWithSeparator Method |
Restituisce tutti gli elementi presenti in una variabile.
Namespace: QsInformatica.UtilsAssembly: QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 27.1.0
Syntax public static string[] GetValuesInSubKeyWithSeparator(
string key,
string name,
Object[] defval,
char separator
)
Public Shared Function GetValuesInSubKeyWithSeparator (
key As String,
name As String,
defval As Object(),
separator As Char
) As String()
public:
static array<String^>^ GetValuesInSubKeyWithSeparator(
String^ key,
String^ name,
array<Object^>^ defval,
wchar_t separator
)
static member GetValuesInSubKeyWithSeparator :
key : string *
name : string *
defval : Object[] *
separator : char -> string[]
Parameters
- key String
- Stringa con la chiave.
- name String
- Nome della variabile.
- defval Object
- Valore da restituire di default nel caso non sia presente.
- separator Char
- Carattere separatore tra i vari elementi all'interno della varibile.
Return Value
String[Missing <returns> documentation for "M:QsInformatica.Utils.RegisterUtility.GetValuesInSubKeyWithSeparator(System.String,System.String,System.Object[],System.Char)"]
See Also