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 [EMAIL PROTECTED]

http://bugzilla.ximian.com/show_bug.cgi?id=77555

--- shadow/77555        2006-02-14 14:33:06.000000000 -0500
+++ shadow/77555.tmp.9203       2006-02-14 14:33:06.000000000 -0500
@@ -0,0 +1,30 @@
+Bug#: 77555
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: Red Hat 4
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: System
+AssignedTo: [EMAIL PROTECTED]                            
+ReportedBy: [EMAIL PROTECTED]               
+QAContact: [EMAIL PROTECTED]
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: string.Replace
+
+I may have chosen the wrong Class Library in the report ("Component").
+I was trying to replace "," in a string with ".":
+
+string = float.ToString ();
+string.Replace (',', '.');
+
+Doesn't do anything to the string. Nor does:
+string.Replace ('.', ',');
+nor:
+string.Replace (",", ".");
+
+Mono version 1.1.13, compiled with X-Develop.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to