| RegisterUtilityGetValuesInSubKeyWithSeparator Method |
Restituisce tutti gli elementi presenti in una variabile.
Namespace:
QsInformatica.Utils
Assembly:
QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 23.3.0.0 (23.3.0.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
- 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