Closed GoogleCodeExporter closed 9 years ago
I think a null string should be transformed in to an empty string. Something
like
this:
if (text == null) return String.Empty;
Original comment by nberardi
on 29 Dec 2009 at 3:19
good idea -- also, I agree with Nick, let's just return "" if a null is found
Original comment by wump...@gmail.com
on 30 Dec 2009 at 1:43
Original issue reported on code.google.com by
alastair...@gmail.com
on 29 Dec 2009 at 2:14Attachments: