TextHelperBreakLine Method |
Add specified break tag into the input text in specified index.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public 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:
StringSee Also