I\'m building an application where I should capture several values and build a text with them: Name, Age, etc.
Name
Age
The output will be a plain
It can also be useful to use String.Format, e.g.
String.Format
String.Format("{0}\t{1}", FirstName,Count);