[Mono-bugs] [Bug 77555][Nor] Changed - string.Replace
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Feb 14 14:50:12 EST 2006
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by atsushi at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=77555
--- shadow/77555 2006-02-14 14:33:06.000000000 -0500
+++ shadow/77555.tmp.9448 2006-02-14 14:50:12.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 77555
Product: Mono: Class Libraries
Version: 1.1
-OS:
+OS: unknown
OS Details: Red Hat 4
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: NOTABUG
+Severity: Unknown
Priority: Normal
Component: System
AssignedTo: mono-bugs at ximian.com
ReportedBy: PauloMorfeo at Portugalmail.pt
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -25,6 +25,9 @@
Doesn't do anything to the string. Nor does:
string.Replace ('.', ',');
nor:
string.Replace (",", ".");
Mono version 1.1.13, compiled with X-Develop.
+
+------- Additional Comments From atsushi at ximian.com 2006-02-14 14:50 -------
+string replaced = str.Replace (',', '.')
More information about the mono-bugs
mailing list