[Mono-bugs] [Bug 632636] New: CharSequence.ToString does not provide expected results

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Aug 18 20:12:22 EDT 2010


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: mkestner at novell.com
        ReportedBy: jpobst at novell.com
         QAContact: mono-bugs at lists.ximian.com
          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.


More information about the mono-bugs mailing list