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.6 | Generated 2026-02-20 | Home |