Sets the specific line of the text to a new value
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax 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:
StringSee Also