User Tools

Site Tools


Sidebar

Programming Reference/Librarys

Question & Answer

Q&A is closed







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

uppercaseString

    -(NSString *)uppercaseString;   

Returns an uppercased representation of the receiver.

ObjC Sourcecode Example

	NSString *myString=@"hello world";
 
        myString=[myString uppercaseString];
 
        NSLog(@"%@",myString);
 

Output for this example code

2012-04-15 12:55:10.763 FoundationNSString[750:403] HELLO WORLD

on the occasion of the current invasion of Russia in Ukraine

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

Impressum Datenschutz