replace string.empty with space C# code example Example: C# regex replace all spaces with blank LastName = Regex.Replace(LastName, @"\s+", "");