HTMLHelperEnsureLineEnding Method |
Ensures proper line ending within the given string.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax public static string EnsureLineEnding(
string text,
string requiredLineEnd
)
Parameters
- text
- Type: SystemString
Text to process - requiredLineEnd
- Type: SystemString
Required line ending string
Return Value
Type:
StringSee Also