Passing String or StringBuilder to Function in C# (By Value or By Reference) October 23, 2014 beginner, c #, programming languages, string, syntax 4 Comments What happens if you pass a string type to a function? Does it pass by value or reference? What happens if you pass StringBuilder? In C#, the string is … [Continue Reading...]