string[] ke=......string
int[] output = Array.ConvertAll<string, int>(ke,delegate (string s) { return int.Parse(s); });return