3
Answers

how to add space when concanating two Strings in .net?

Ask a question
Hardik Patel

Hardik Patel

10y
1.3k
1
how to add space when concanating two Strings in .net?

ex.
text1.text = "Hardik"
text2.text = "Patel"

string fname = text1.text + text2.text

result ="Hardikpatel"  but i want "Hardik Patel"

Answers (3)