8
Answers

Extract values in a string

Photo of Ramco Ramco

Ramco Ramco

2y
531
1

Hi

  I have below code & i want to store values in a string with comma separation. Last comma value also to be removed

BALStudents bALStudents = new BALStudents();
                        List<StudentDetail> objStudentList = bALStudents.GetAvailableStudntList(Convert.ToInt32(colum.GroupID));
                        if (objStudentList != null)
                        {

                        }

Thanks

Answers (8)