8
Answers

Extract values in a string

Ramco Ramco

Ramco Ramco

1y
495
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)