vendredi 20 février 2015

convert a list of strings to an array

using c# I have



List<string> GroupMembersForViewMap = adFuncs.GetGroupMembers(ddlViewMapGroupName.Text);


I need to convert the GroupMembersForViewMap to a string array string[] AllGroupsForMembers...is this possible? or do I have to reformt the adfuncs.getGroupMembers?


Aucun commentaire:

Enregistrer un commentaire