Split an array in to specific number of chunks

Hi,

How about Chunk method as the following?

arrArrStr = arrStr.Chunk(120).ToArray

Regards,

3 Likes