Method StripSpaces
- Namespace
- Alternet.UI.Extensions
- Assembly
- Alternet.UI.Common.dll
StripSpaces(string)
Removes all space characters from the string.
public static string StripSpaces(this string s)
Parameters
sstringString to process.
Returns
- string
A string without any space characters.