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
var text = "Ann@26" var editedText = text.Replace("@", "\t");