By tag: StringReader
0
kicks
Fast StringReader for .NET
After some experimentation, this is the fastest way I've found to split a string that represents a multi-line text file into individual lines. Still not as fast as doing it in C, but faster than StringReader or String.Split.