[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'tiUtils' (#tiopf)

tiStreamToString

Read the entire contents of a stream as a string

Declaration

Source position: tiUtils.pas line 543

function tiStreamToString(

  const AStream: TStream

):string; overload;

function tiStreamToString(

  const AStream: TStream;

  AStart: LongWord;

  AEnd: LongWord

):string; overload;

Description

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.


Documentation generated on: 2017-08-16