Base:
6 references to ToString
System.Private.Windows.Core (1)
System\Text\ValueStringBuilder.cs (1)
110string s = ToString();
System.Private.Windows.Core.Tests (5)
System\Text\ValueStringBuilderTests.cs (5)
13builder.ToString().Should().Be("Hello"); 23builder.ToString().Should().Be("Hello, world!"); 33builder.ToString().Should().Be("ABC"); 42builder.ToString().Should().Be("Hello beautiful world!"); 59builder.ToString().Should().Be("This is a long string that exceeds the initial capacity.");