Skip to content

Instantly share code, notes, and snippets.

@dcomartin
Last active October 27, 2017 01:26
Embed
What would you like to do?
public string RemoveWhitespace(string name)
{
return name?.Replace(" ", "");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment