Q
Qun
Hi all.
this is in .net 2.0, c#
//code
string d = "dddd????";
int i = d.IndexOf('?', 0, 3); // return -1, why???
// end
Thanks
this is in .net 2.0, c#
//code
string d = "dddd????";
int i = d.IndexOf('?', 0, 3); // return -1, why???
// end
Thanks