Home
trims excess spaces, leaving no more than one adjacent space

Namespace:  nTools
Assembly:  SystemInfo (in SystemInfo.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static string smallSpaces(
	string text
)
Public Shared Function smallSpaces ( _
	text As String _
) As String
public:
static String^ smallSpaces(
	String^ text
)

Parameters

text
String

[Missing <param name="text"/> documentation for "M:nTools.nMore.smallSpaces(System.String)"]

Return Value

[Missing <returns> documentation for M:nTools.nMore.smallSpaces(System.String)]

See Also