https://bugzilla.novell.com/show_bug.cgi?id=632636
https://bugzilla.novell.com/show_bug.cgi?id=632636#c0 Summary: CharSequence.ToString does not provide expected results Classification: Mono Product: MonoDroid Version: SVN Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Class Libraries AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- Creating a CharSequence is an exercise left to the reader, but let's say you have: CharSequence cs = "hello"; Console.WriteLine ((string)cs) yields: hello Console.WriteLine (cs.ToString ()) or Console.WriteLine (cs) yields: Java.Lang.CharSequence -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
