0
votes
Int To String?
John this is off topic but have you considered with this method to pass in a class made up of each of the sub items to add. So:
class ListItem
{
public string Name {get; set;}
p …
