Click or drag to resize
TextHelperEnsureHTMLLineEndings Method

Note: This API is now obsolete.

Ensures the specified line endings in the given text.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
Syntax
C#
[ObsoleteAttribute("Use CMS.Helpers.HTMLHelper.EnsureHtmlLineEndings() instead.")]
public static string EnsureHTMLLineEndings(
	string text
)

Parameters

text
Type: SystemString
Text to process

Return Value

Type: String
See Also