Click or drag to resize
AdvancedExportTrimExtendedTextAreaValue Method
Trims values returned by extended text area.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax
C#
protected string TrimExtendedTextAreaValue(
	string text
)

Parameters

text
Type: SystemString
Text to normalize

Return Value

Type: String
Text without line breaks at the end
See Also