This Objective-C tutorial shows how to convert a string (NSString) to upper case in Objective-C. To convert a string to upper case, call the uppercaseString method on the NSString.
Below is an example:
NSString *original = "hello";
NSString *upperCase = [original uppercaseString];
Source : codebeach[dot]com
Không có nhận xét nào:
Đăng nhận xét