Cambada de...

Saturday, July 28, 2007

Nintendo

-"We have to connect our Wii's".

-"Where's Joe?"
-"He's at David's, playing with his Wii."

Labels:

string.Compare()

string s;
if (s.ToLower() == "Cambada")
{ ... }

if(s.ToString() == null)
{ ... }


can you tell me what is wrong with this?