Do you know of any isnull function buried in a namespace or anywhere. I'm checking data as it comes in from DB. I just want to set it to blank string and to do it faster than take incoming data and .toString it.

Thanks