by Miha Markič
28. June 2007 14:16
Check out this code:
static void Main(string[] args)
{
string test = null;
Console.WriteLine("Is test null: " + test == null);
Console.ReadLine();
}
And guess the output without running the code.
bc994c6f-e604-4dd6-8b37-b33a2bb3b989|0|.0
Tags:
.net