string.Compare()
string s;
if (s.ToLower() == "Cambada")
{ ... }
if(s.ToString() == null)
{ ... }
can you tell me what is wrong with this?
if (s.ToLower() == "Cambada")
{ ... }
if(s.ToString() == null)
{ ... }
can you tell me what is wrong with this?

0 Comments:
Post a Comment
<< Home