IStringMinifier::Minify Method

.NET Framework 4.5

Minifies a string in a way that can be reversed by this instance of IStringMinifier.

Namespace:  Microsoft.AspNet.SignalR.Infrastructure
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

String^ Minify(
	String^ value
)

Parameters

value
Type: System::String
The string to be minified.

Return Value

Type: System::String
A minified representation of thevalue without the following characters:,|\
Show: