[Overview][Types][Classes][Procedures and functions][Index] |
Read the entire contents of a stream as a string
Source position: tiUtils.pas line 543
function tiStreamToString( |
const AStream: TStream |
):string; overload; |
const AStream: TStream; |
AStart: LongWord; |
AEnd: LongWord |
):string; overload; |
Read the entire contents of a stream as a string. The overloaded version of the function reads part of the contents of a stream as a string.