How to Convert NSStringe into Uppercasestring iPhone

Hi,

Is there any process to make or covert the nsstrings into caps/uppercase. Please explain how to convert nsstring into uppercasestring in iphone Application.

Thanks,

View Answers

February 12, 2011 at 10:57 AM

Hi,

You can use the following code block:

NSString *string1 = @"roseindia";
NSString *upperString = [[NSString alloc] initWithFormat:string1];
NSString* changeString = [upperString uppercaseString];
NSLog(changeString);

Please check the iPhone NSString uppercaseString() example.

Thanks


February 12, 2011 at 11:01 AM

Hi,

For how to convert nsstring into uppercasestring in iphone Application.

Please visit this url:

http://www.roseindia.net/tutorial/iphone/examples/iphone-uppercaseString.html









Related Tutorials/Questions & Answers:
How to Convert NSStringe into Uppercasestring iPhone
How to Convert NSStringe into Uppercasestring iPhone  Hi... how to convert nsstring into uppercasestring in iphone Application. Thanks..., For how to convert nsstring into uppercasestring in iphone Application. Please
NSString uppercaseString
iPhone NSString uppercaseString() In the previous example we have seen that how to change first character of string into upper case. But in this "NSString uppercaseString" example, we are going to show you how to convert all
Advertisements
How to set NSZombieEnabled iPhone
How to set NSZombieEnabled iPhone  Hi, In my application I have to find and fix the object release issue. How to set NSZombieEnabled iPhone to find the bugs? Thanks   Hi, Please see the thread NSZombieEnabled iPhone
How to Make iPhone Window Application
How to Make iPhone Window Application  Hi, For Making iphone window application, what parameters i have to follow or provide example related to iphone window application. Thanks
iphone
iphone  hiii, how can we use table recursively in iphone
How to Create Segment Application with iPhone
How to Create Segment Application with iPhone  Hi, i am fresher in iphone application. How can i will create segment application in iphone. So, kindly help me or provide online example reference. Thanks
How to open URL in iPhone SDK
How to open URL in iPhone SDK  In my iPhone application ..i wanted to open a url in the application. Is it possible? If yes how will i come back to my application
How to play radio station on iPhone
How to play radio station on iPhone  how to play radio station on iphone
How to use Date Picker iPhone
How to use Date Picker iPhone  Hi, I am beginner in mobile Application platform. I want to develop a small application in iphone platform to Show current date and display alert view message. So, how to define the date picker
iphone
iphone  hello... i want to make first iphone application . How can i make it plz help me
iphone
iphone  How can connect with the other database in iphone application(like... MYsql or oracle) is this dirctly possible
how to test iphone app on iphone without developer program
how to test iphone app on iphone without developer program  Is it possible to test the iPhone application on different device without the UDID Key?   No, without the UDID Key no one test the application on iPhone
How to develop iphone application on windows OS?
How to develop iphone application on windows OS?  Is it possible to develop j2me based application in IPhone
How to Create Quiz Application using iPhone
How to Create Quiz Application using iPhone  Hi, I am learning iphone application Programming Language. my question is that how to create a quiz... have given step by step process of how to create quiz application for iPhone
How to Changing Toolbar Color using iPhone Application ?
How to Changing Toolbar Color using iPhone Application ?  Hi, i have developing a small application to changing the toolbar color in iphone. But i... the online reference or example of how to change toolbar color in iPhone Apps
How to convert into to String in Java?
How to convert into to String in Java?  Hi, How to convert into to String in Java? Thanks
How to Convert ArrayList to Array?
How to Convert ArrayList to Array?  Hi, I am trying to learn to Convert ArrayList to Array. How it is possible? How to Convert ArrayList to Array? Thanks   Hi, To Convert ArrayList to array ArrayList.toArray
How to convert NSString to NSInteger?
How to convert NSString to NSInteger?  Hi, Provide me code to convert NSString into NSInteger. Thanks   Hi, Use the following code example: NSString * s= @"100"; NSInteger i = [s intValue]; Thanks
how to convert ACSII to HEX
how to convert ACSII to HEX  How to convert perticular ASCII... value of ~:00   The given code accepts the string and convert...() to convert it to Hex value. class ConvertAsciiToHex { public static void
How to Convert String to Date?
How to Convert String to Date?  Hi, I am new in Java and learning... have to convert it to Date object. Tell me How to Convert String to Date? Thanks   Hi Dude, Its very easy to convert the String into date format
How to convert a String to an int?
How to convert a String to an int?  I my program I am taking... format. Now I want to convert into int value. Tell me How to convert a String... contains the value 1025, then you can use the following code to convert the String
How to convert String into java.util.Date
How to convert String into java.util.Date  Hi, How I can convert String date into java.util.Date in a Java program? Thanks   Hi... Getting time in Milliseconds Convert Date To Calendar How to convert String Date
how to convert jsp to exe
how to convert jsp to exe  hello sir, i am doing webapplication. the configuration is windows xp operating system,IE6.0,apache... to another system. so i want to convert this to exe. that will executed only internet
how to convert sql into hql
how to convert sql into hql   StringBuffer questionDataSql = new StringBuffer(); questionDataSql.append( "select...,'') branchingLogic ") .append("FROM question q left join
HOW TO CONVERT THIS CODE INTO GUI
HOW TO CONVERT THIS CODE INTO GUI   System.out.println("\n\t UGANDA CHRISTIAN UNIVERSITY\n"); System.out.println("\n\tFACULTY OF SCIENCE AND TECHNOLOGY\n"); System.out.println("\n BACHELOR OF SCIENCE IN COMPUTER
How do SEL and @selector work in iphone sdk?
How do SEL and @selector work in iphone sdk?  How do SEL and @selector work in iphone sdk?   SEL is a type that represents a selector in Objective-C. The @selector() keyword returns a SEL that you describe
how to do actionsheet in iphone?-RV
how to do actionsheet in iphone?-RV  -(IBAction)buttonClicked { UIActionSheet *asheet = [[UIActionSheet alloc] initWithTitle:@"Share With" delegate:self cancelButtonTitle:@"Cancel" destructiveButtonTitle:nil
how to do map in iphone?-RV
how to do map in iphone?-RV  In Appdelegate.h @class MapKitDisplayViewController; @interface MapKitDisplayAppDelegate : NSObject <UIApplicationDelegate> { UIWindow *window; MapKitDisplayViewController
How to Define Text Field Validation iPhone
How to Define Text Field Validation iPhone  Hi, Can anybody explain me how to define textfield validation iPhone program. please phone online help reference or example. Thanks
How to Create Custom Picker View in iPhone
How to Create Custom Picker View in iPhone  Hi, How to create custom picker view application using iphone. Can anybody tips or online help guide about this topic. Thanks
How to Create Button With TableView in iphone
How to Create Button With TableView in iphone  My requirement is i am creating one button. when i press the button TableView will display and then next i am selecting one cell i want to display the selected cell name
iphone
iphone  how to play sound in alarm made by ekevent class in objective c
iphone
iphone  how to combine multiple images into one image..help me with code
iphone
iphone  How to create more than one custom alert view ... and i want to use table view in alert view but where will be to write all delegate and datasource method... will be to write code in alert view method scope or out side
how to take iphone backup using itunes
how to take iphone backup using itunes  Hi, Can anyone please tell me how to take iphone backup using itunes..?   You can find the details on apple website as well... anyhow i am giving you some tips as follow... How
How to convert XML file to database ?
How to convert XML file to database ?  How to convert XML file to database
How to convert string to byte in Java
How to convert string to byte in Java  How to convert string to byte in Java
how to convert string to image in java
how to convert string to image in java  how to convert string to image in java? I know we need to convert image to a byte array at some point in my application but do not know how to convert a image into byte string. Please
How to convert a swing form to PDF
How to convert a swing form to PDF  Sir, I want to know about how convert a swing form containing textbox,JTable,JPanel,JLabel, Seperator etc swing menus to a PDF file using java code
How to convert eclipse project to Maven
How to convert eclipse project to Maven  Hi, I have a Eclipse Project which is developed using Eclipse. Now I want to use the Maven to build the project. Let's know how to convert it to the Maven Project. Thanks
how to convert string to double in java
how to convert string to double in java  Hi, I have String variable with double value in it. how to convert string to double in java? Thanks  ... to convert a String into double. Here is full example code: package net.roseindia
how to convert string to double in java
how to convert string to double in java  Hi, I have String variable with double value in it. how to convert string to double in java? Thanks  ... to convert a String into double. Here is full example code: package net.roseindia
how to convert string to double in java
how to convert string to double in java  Hi, I have String variable with double value in it. how to convert string to double in java? Thanks  ... to convert a String into double. Here is full example code: package net.roseindia
how to convert string to double in java
how to convert string to double in java  Hi, I have String variable with double value in it. how to convert string to double in java? Thanks  ... to convert a String into double. Here is full example code: package net.roseindia
how to convert yyyyMMdd to date in python
how to convert yyyyMMdd to date in python  Hi, I have a date string 20221231 and I want to convert it to the date in Python. how to convert... for this. Above example shows you how to do it? Thanks   Hi, Here
how to convert yyyyMMdd to date in python
how to convert yyyyMMdd to date in python  Hi, I have a date string 20221231 and I want to convert it to the date in Python. how to convert... for this. Above example shows you how to do it? Thanks   Hi, Here
how to convert json into dataframe in scala
how to convert json into dataframe in scala  Hi, I have a JSON string and I want to convert it to dataframe in scala. how to convert json... want to convert it to dataframe in scala for spark. Thanks   Hi
How to convert Collection to Array in Java?
How to convert Collection to Array in Java?  Hello, I have a collection object in data with data in it. How to convert Collection to Array in Java...("This "); Above code create a collection and then add an item to it. Now to convert
How ro convert char into string??
How ro convert char into string??  Suppose i have one array like... char [] ch={'H','E','L','L','o'}; now i want to convert this arrar into string... is for java...but i want this in c# How ro convert char into string using recursive
How to Convert array to list in Java
How to Convert array to list in Java  Hi, I have object of array in Java and I want to convert it to list. How to Convert array to list in Java? (adsbygoogle = window.adsbygoogle || []).push({}); Thanks