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