HTMLKeepSpaces Method
Allows you to keep all text spaces by converting text spaces into html spaces.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static string KeepSpaces(
string content
)
Public Shared Function KeepSpaces (
content As String
) As String
- content String
- Text to convert whitespace to html spaces.
StringString with the text with spaces converted to html.