TextHelper.SetLine Method |
Sets the specific line of the text to a new value
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
Syntax public static string SetLine(
string text,
string newValue,
int line
)
Parameters
- text
- Type: System.String
Complete text - newValue
- Type: System.String
New line value - line
- Type: System.Int32
Line number to set (indexed from 1)
Return Value
Type:
StringSee Also