| TextHelperBreakLine Method | 
            Add specified break tag into the input text in specified index.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
 Syntax
Syntaxpublic static string BreakLine(
	string inputText,
	int size,
	string breakTag
)
Parameters
- inputText
- Type: SystemString
 Input text
- size
- Type: SystemInt32
 Index, where text should be broken
- breakTag
- Type: SystemString
 Break tag
Return Value
Type: 
String See Also
See Also