| TextHelperEnsureMaximumLineLength Method (String, Int32) | 
            Limits the line length of given plain text.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntaxpublic static string EnsureMaximumLineLength(
	string text,
	int maxLength
)
Parameters
- text
 - Type: SystemString
Text to process - maxLength
 - Type: SystemInt32
Max line length 
Return Value
Type: 
String
See Also