If you need to replace multiple spaces (double spaces) in a string to single space with C# you can use next string method:
Replace - returns a new string in which all occurrences of a specified string in the current instance are replaced with another specified string.