如上。字符串 id 是 NULL 值,尽管 .Value 在我调试时不是 NULL。
string id = dataGridView1[columnindex, rowindex].Value.ToString();
试图通过更改为 id 将值传递给.Value
,.FormattedValue
但也不起作用。
如上。字符串 id 是 NULL 值,尽管 .Value 在我调试时不是 NULL。
string id = dataGridView1[columnindex, rowindex].Value.ToString();
试图通过更改为 id 将值传递给.Value
,.FormattedValue
但也不起作用。