Click here to Skip to main content
15,885,873 members
Please Sign up or sign in to vote.
2.00/5 (4 votes)
See more:
i want to know string functions and C# logical exercises for practice for link

ex: if input is :"abc"
Output is :a
b
c
this type of examples i have to practice so please give me best link for those.
Posted
Updated 23-Nov-11 18:33pm
v2
Comments
koolprasad2003 24-Nov-11 0:33am    
Do not post your question in caps. (Make all smallcase)

Your best bet is to always try MSDN and read the references there first. Strings[^] is the MSDN page for what you are after.

Hope this helps
 
Share this answer
 
Comments
Abhinav S 24-Nov-11 0:45am    
5. Enought to get the OP started.
Wayne Gaylard 24-Nov-11 0:52am    
Thanks, your link below is also a good one.
http://msdn.microsoft.com/en-us/library/aa903372(v=vs.71).aspx[^] is an old artilce but it should give you some idea.

Here[^] is a list of functions.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900