- UTF8String
char* UTF8String()
Undocumented in source. Be warned that the author may not have intended to support it.
- getCharacters
void getCharacters(wchar* buffer, NSRange range)
Undocumented in source. Be warned that the author may not have intended to support it.
- init
NSString init()
Undocumented in source. Be warned that the author may not have intended to support it.
- length
NSUInteger length()
Undocumented in source. Be warned that the author may not have intended to support it.
- rangeOfString
NSRange rangeOfString(NSString aString)
Undocumented in source. Be warned that the author may not have intended to support it.
- stringByAppendingString
NSString stringByAppendingString(NSString aString)
Undocumented in source. Be warned that the author may not have intended to support it.
- stringByReplacingRange
NSString stringByReplacingRange(NSRange aRange, NSString str)
Undocumented in source. Be warned that the author may not have intended to support it.
- stringWithCharacters
NSString stringWithCharacters(wchar* chars, NSUInteger length)
Undocumented in source. Be warned that the author may not have intended to support it.