Remove last specific character in a string c# December 29, 2022 by Tarik Try string.TrimEnd(): Something = Something.TrimEnd(',');