Click or drag to resize
TextHelperBreakLine Method
Add specified break tag into the input text in specified index.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
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: String
See Also