Re: How do I convert NSAttributedStrings to NSStrings?
Re: How do I convert NSAttributedStrings to NSStrings?
- Subject: Re: How do I convert NSAttributedStrings to NSStrings?
- From: Andy Lee <email@hidden>
- Date: Mon, 29 Jul 2002 19:07:38 -0400
At 12:02 AM +0200 7/30/02, Thilo Ettelt wrote:
I use NSAttributedStrings to convert HTML into a human readable
format and now I want it to be a normal string again.
NSAttributedString has a -string method that returns an NSString.
In general, for a question like this it often (though not always)
helps to scan the method docs for the class in question. If it's an
obviously useful thing, either the class or its superclass often
implements it.
--Andy
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.