Monobjc / monobjc

Git Repository for the Monobjc Project
http://www.monobjc.net/
17 stars 3 forks source link

Remove NSPinnedString method and optimize NSString.ToString(). #416

Closed letiemble closed 11 years ago

letiemble commented 11 years ago

Optimize ToString method by skipping the UTF-8 conversion and by an internal call. Add Unicode conversion tests.

letiemble commented 11 years ago

Supersede #413.