c# find comma in text and remove

C#
a = a.Replace("," , "");
Source

Also in C#: