SyntaxFix
Write A Post
Hire A Developer
Questions
Why don't you just do this:
var ssizes = myStr.Split(" \t".ToCharArray());
It seems there is a method String.ToCharArray() in .NET 4.0!
String.ToCharArray()
EDIT: As VMAtm has pointed out, the method already existed in .NET 2.0!