Click here to Skip to main content
15,889,335 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
can u please provide answer for below...

Need to add two strings.
one is predefined and another string is user defined....
Posted
Comments
phil.o 22-Apr-14 6:42am    
What have you tried so far?
Mike Meinz 22-Apr-14 6:45am    
Add - Arithmetic or Add - Concatenate?
What are the variable declarations for the strings?
What values are contained in the strings?
What does the code where you tried to do this look like?
ZurdoDev 22-Apr-14 8:16am    
This is such a simple problem, where are you stuck?

 
Share this answer
 
You may use the + operator, see, for instance, "string (C# Reference)" at MSDN[^].
 
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