Dim datagrid1 As Date = Nothing
Dim remaning1 As DateTime = DateTime.Now
Dim answer1 As Integer = Nothing
datagrid1 = DataGridView2.Rows(0).Cells(4).Value
如果datagridview值为空,则表示存在错误。如何纠正这个问题。
答案 0 :(得分:0)
问题有点不清楚......但我想你想检查DataGridView中的值是否是有效日期......如果是这样,请使用下面的
If TypeOf(DataGridView2.Rows(0).Cells(4).Value) Is Date Then
'Logic here...
End If
答案 1 :(得分:0)
检查值是否为null并相应地设置值:
Cannot connvert from 'System.Xml.XmlDocument' to 'Microsoft.XLANGs.BaseTypes.XLANGMEssage'