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

ConvertLineEndings (deprecated)

Deprecated.

Declaration

Source position: lazstringutils.pas line 52

function ConvertLineEndings(

  const s: string

):string;

Arguments

s

  

Value with line endings to convert in the routine.

Function result

Value after converting the line endings.

Description

Remark: Deprecated. Use LineBreaksToSystemLineBreaks instead.

See also

LineBreaksToSystemLineBreaks

  

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