In the previous section it was discovered that the ToString() method creates a new string. In this section the inner studies of ToString() are taken one step further in analyzing what implications the ToString() method has on string concatination. Test Scenario 3: Let’s modify the test in Test Scenario 1 in a way that this … Continue reading String concatenation and int indirect cast – Part 2