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