TScRestResponse
function ReadAsString(StrEncoding: Encoding = nil): string;
Description
Returns the content of the response body as a string.
If the Encoding parameter isn’t specified, the response bytes are decoded using the default encoding.
See also
ReadAsBytes
ReadToStream