// To split a string by newlines, see below (requires 'System') using System text.Split(new[] { Environment.NewLine }, StringSplitOptions.None);