[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'LazStringUtils' (#lazutils)

LineBreaksToSystemLineBreaks

Normalizes end-of-line characters in a string to the value in LineEnding.

Declaration

Source position: lazstringutils.pas line 51

function LineBreaksToSystemLineBreaks(

  const s: string

):string;

Arguments

s

  

String with values examined and updated in the routine.

Function result

Value after line ending sequences have been replaced.

Description

Calls ChangeLineEndings to normalize line ending sequences to the value in LineEnding.


Version 4.0 Generated 2025-05-03 Home