Normalizes the line endings to use CrLf characters.

Syntax

Smartsite SXML CopyCode image Copy Code
string string.normalizelineendings(string text)

Parameters

Name Data Type Description
text String The text.

Return Value

Data Type Description
String A string with the line-endings converted to CrLf.

Expand image Remarks

Expand image Example

Expand image See Also

SXML