problem to find out the string is null or not
Posted
by Richa Media and services
on Stack Overflow
See other posts from Stack Overflow
or by Richa Media and services
Published on 2010-05-10T10:44:02Z
Indexed on
2010/05/10
10:54 UTC
Read the original article
Hit count: 194
in mysql default null value is (NULL)
when i try to use it in c# that code not work because it is a string who have a value "(NULL)"
how i can check that string is null or not. if i check by string.insnullorempty or ==null it's not worked
how can i check this row is null or not in c#
© Stack Overflow or respective owner