Icon ReadUTF8Chars Method

function ReadUTF8Chars(const Count: Integer): String

Available In: Server Applications

Use this method to read a UTF-8-encoded string with the specified length from the stream's current position. Such strings are written to the stream using the WriteUTF8Chars method.

Information If the characters cannot be read for any reason, an exception will be raised.
Image