The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



StreamAsByteString


Unit: SDL_streams
Class: none
Declaration: function StreamAsByteString (AStream: TStream): string;

The function StreamAsByteString converts the contents of the stream AStream between the current stream position and the end of the stream into a dynamic string. The bytes in the stream are interpreted as individual 8-bit ASCII characters.


Last Update: 2023-Feb-06