TextHelperEnsureLineEndings Method |
Ensures the specified line endings in the given text.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static string EnsureLineEndings(
string text,
string lineEnd
)
Parameters
- text
- Type: SystemString
Text to process - lineEnd
- Type: SystemString
New line ending
Return Value
Type:
StringSee Also