Skip navigation.
 
mlRe: cString, (deprecated), lossyCString, fileSystemRepresentation, %@
FROM : Ondra Cada
DATE : Wed Oct 09 15:12:33 2002

On Wednesday, October 9, 2002, at 01:48 , Gerben Wierda wrote:

> When I use %@ in a format in an NSString, what is used to go from
> NSString to char *?


Nothing. Why there should be a char* at all?

> I always assumed it to be cSrring, but isnce that is deprecated, which
> one is it?


What is actually used is -description, and the result string is used as is
(ie., as NSString).
---
Ondra Cada
OCSoftware:    <email_removed>              http://www.ocs.cz
private        <email_removed>            http://www.ocs.cz/oc
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

Related mailsAuthorDate
mlcString, (deprecated), lossyCString, fileSystemRepresentation, %@ Gerben Wierda Oct 9, 01:48
mlRe: cString, (deprecated), lossyCString, fileSystemRepresentation, %@ Nicholas Riley Oct 9, 04:33
mlRe: cString, (deprecated), lossyCString, fileSystemRepresentation, %@ Charles Srstka Oct 9, 07:29
mlRe: cString, (deprecated), lossyCString, fileSystemRepresentation, %@ Ondra Cada Oct 9, 15:12