HTMLKeepSpaces Method

Allows you to keep all text spaces by converting text spaces into html spaces.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static string KeepSpaces(
	string content
)

Parameters

content  String
Text to convert whitespace to html spaces.

Return Value

String
String with the text with spaces converted to html.

See Also