CStr and then .Value.ToString, no need!!
I would use just CStr, .ToString provides you with a exception if the value is dbnull.
Code:
glbstrName = CStr(Me.dgvSignList.Rows(e.RowIndex).Cells(5).Value)