var seat_no = "1,2,3,4"; var bookedSeats = seat_no.split(",");
string seat_no = "1,2,3,4"; var bookedSeats = seat_no.split(","); //or string[] bookedSeatsA=seat_no.split(",");
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)