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