Returns a copy of S with all Unix style line ending replaced by DOS style line ending.
Source position: strextra.pas line 117
function UnixToDos(
const S: string
):string;