4
Answers

how can I appoint NULL value to an integer data type?

sakyildiz

sakyildiz

20y
3k
1
whenever I give the NULL value to an integer data type ,system converts it to 0. I tried int.parse("NULL") and convertoint function but it didn't work. Can anyone help me? Thanks in advance...

Answers (4)