string aa="00 00 00 00 00 75 12 41";
string[] ArrTmp =aa.split(' ');
Array.Sort(ArrTmp);