Hi,
Can you try the following expression?
arrStr = arrArrStr.SelectMany(Function(a) a).ToArray
Note: arrStr is String[]
type. arrArrStr is String[][]
type.
Regards,
Hi,
Can you try the following expression?
arrStr = arrArrStr.SelectMany(Function(a) a).ToArray
Note: arrStr is String[]
type. arrArrStr is String[][]
type.
Regards,