Splitting strings

char[] sepString = new char[]{'1'};
string[] userIdList = customerIdList.Split(sepString);