Convert String()() to String() In Vb.Net

Hi,

Can you try the following expression?

arrStr = arrArrStr.SelectMany(Function(a) a).ToArray

Note: arrStr is String[] type. arrArrStr is String[][] type.

Regards,

3 Likes