I'm getting the following error when executing the below code when the value of the table entry is null. How do I read a null value?

ArgumentException was unhandled
{"Argument 'Prompt' cannot be converted to type 'String'."}

MsgBox(DataGridView1.Item(1, 1).Value)