NSString

Undocumented in source but is binding to Objective-C. You might be able to learn more by searching the web for its name.

Members

Functions

UTF8String
immutable(char)* UTF8String()

A null-terminated UTF8 representation of the string.

initWithUTF8String
NSString initWithUTF8String(char* str)
Undocumented in source.
release
void release()
Undocumented in source.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

alloc
NSString alloc()
Undocumented in source.
defaultCStringEncoding
size_t defaultCStringEncoding()
Undocumented in source.
stringWithCString
NSString stringWithCString(const(char)* stringWithCString, size_t encoding)
Undocumented in source.
stringWithUTF8String
NSString stringWithUTF8String(const(char)* nullTerminatedCString)

Returns a string created by copying the data from a given C array of UTF8-encoded bytes.

Meta