Variant.bytestring_array
Description:
public Variant.bytestring_array (
string[] value)
Constructs an array of bytestring Variant from the given array of strings.
If length
is -1 then strv
is null-terminated.
Parameters:
length |
the length of strv , or -1
|
strv |
an array of strings
|
Returns:
a new floating Variant instance
|