var x = y.Split(new[] {",", " ", "\n", Environment.NewLine}, StringSplitOptions.RemoveEmptyEntries).ToArray<object>();
No comments:
Post a Comment