Answer the question
In order to leave comments, you need to log in
WPF textbox removing spaces?
foreach (var node in game)
{
string str = node.InnerText;
str = str.Replace(" ", string.Empty);
textBox2.Text = str;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question