How to convert string into an array

If you wanted to split by tab , Hope below one helps you

Str = str.split(“\t”.ToCharArray)

1 Like