most basic way to convert list to string code example Example: convert list of strings to string string Something = string.Join(",", MyList);