Skip to content

Instantly share code, notes, and snippets.

@dannko
Created June 2, 2014 17:35
Show Gist options
  • Save dannko/930afd73e02bce6ce4ab to your computer and use it in GitHub Desktop.
Save dannko/930afd73e02bce6ce4ab to your computer and use it in GitHub Desktop.
Замена символов в тексте C#
string str = project.Variables["keyword"].Value;
return str.Replace(" ", "");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment