Ramco Ramco

Ramco Ramco

  • 471
  • 2.8k
  • 393.3k

Extract values in a string

Mar 29 2023 11:37 AM

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)