Icon ReadChars Method

function ReadChars(const Count: Integer): String

Available In: Server Applications

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

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