Returns string without whitespaces.

Namespace:  SGP.XUtility
Assembly:  SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718

Syntax

C#
public static string RemoveAllSpaces(
	string value
)

Parameters

value
Type: System..::.String
Source string.

Return Value

String value without whitespaces.

Exceptions

ExceptionCondition
System..::.ArgumentNullException value is nullNothingnullptra null reference (Nothing in Visual Basic).

See Also