Thứ Sáu, 11 tháng 4, 2014

Convert a String (NSString) to Upper Case in Objective-C



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