sum numbers in a string list C# code example Example: c# sum of list using System.Linq; int my_sum = my_int_list.Sum();