Base:
2 references to ToString
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListView\ListView.cs (2)
5611
string z = _listViewItems[0].
ToString
();
5621
string z = (Items[0] is null) ? "null" : Items[0].
ToString
();