I have code like this.
string b=null;
string a = Convert.ToString(b);
Ref from:
Checking for null before ToString()
But while i convert b to string i get only null value not empty string.but some days ago i have also done null coversion using same convert.tostring(). at that it works fine but now not working. i am rotating my head here and there pls help me why this is happening? only thing is that i worked in 3.5 framework but now 4.0 .