Table of Contents

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

s string

String to process.

Returns

string

A string without any space characters.