Q:

Which string method is used for concatenation of two strings in c#?

0

Which string method is used for concatenation of two strings in c#?

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

“Concat” method of String class is used to concatenate two strings

Example

string.Concat(firstnamestr, lastnamestr)

 

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now