[Overview][Constants][Types][Procedures and functions][Index] |
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.0 | Generated 2025-05-03 | Home |