using System.Collections.Generic;
public static void Main()
string test="glu|sal,1368|1199";
var v=test.Split(new char[]{'|',','});
List<string> result=new List<string>();
var aa=from b in result.Where(a=>!int.TryParse(a, out temp))
from c in result.Where(a=>int.TryParse(a, out temp))