K
Keith Smith
Are these two statements identical?
public static string Var1 = "";
public static string Var1 = null;
I read somewhere that there was a difference, but I haven't found it. Any
ideas?
public static string Var1 = "";
public static string Var1 = null;
I read somewhere that there was a difference, but I haven't found it. Any
ideas?