Click or drag to resize
TextHelperSetLine Method
Sets the specific line of the text to a new value

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static string SetLine(
	string text,
	string newValue,
	int line
)

Parameters

text
Type: SystemString
Complete text
newValue
Type: SystemString
New line value
line
Type: SystemInt32
Line number to set (indexed from 1)

Return Value

Type: String
See Also