User Tools

Site Tools


Sidebar

Programming Reference/Librarys

Question & Answer

Q&A is closed







objective-c:foundation.framework:nsstring.h:lowercasestring

lowercaseString

   -(NSString *)lowercaseString;    

Returns lowercased representation of the receiver.

ObjC Sourcecode Example

        NSString *myString=@"HELLO WORLD";
 
        myString=[myString lowercaseString];
 
        NSLog(@"%@",myString);
 

Output for this example code

2012-04-15 12:52:41.210 FoundationNSString[741:403] hello world

on the occasion of the current invasion of Russia in Ukraine

Russian Stop this War
objective-c/foundation.framework/nsstring.h/lowercasestring.txt · Last modified: 2024/02/16 01:12 (external edit)

Impressum Datenschutz