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