M
Mark McKnight
Hi All,
I'd like to report a bug in in .NET CF SP1:
s = s.Replace(".", null);
throws ArgumentNullException in .NET CF SP1 (in the device). However, it
should remove the "." from s.
I'd like to report a bug in in .NET CF SP1:
s = s.Replace(".", null);
throws ArgumentNullException in .NET CF SP1 (in the device). However, it
should remove the "." from s.