Normalizes end-of-line characters in a string to the value in LineEnding.
Source position: lazstringutils.pas line 51
function LineBreaksToSystemLineBreaks( |
const s: string |
):string; |
s |
|
String with values examined and updated in the routine. |
Value after line ending sequences have been replaced.
Calls ChangeLineEndings to normalize line ending sequences to the value in LineEnding.
| Version 4.4 | Generated 2025-11-08 | Home |