System.Classes.TStringReader.ReadToEnd

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ReadToEnd: string; override;

C++

virtual System::UnicodeString __fastcall ReadToEnd(void);

Properties

Type Visibility Source Unit Parent
function public
System.Classes.pas
System.Classes.hpp
System.Classes TStringReader

Description

Read rest of characters from string.

ReadToEnd reads characters from the current position in the string to its end, returning the result as a string.

This method is functionally identical to the Microsoft .NET method StringReader.ReadToEnd.

See Also

Code Examples