Icon ReadBinaryChars Method

function ReadBinaryChars(const Count: Integer): String

Available In: Server Applications

Use this method to read the binary data in the stream as a hexidecimal-encoded UTF-16 string. The specified length determines how many bytes are read from the stream's current position. Hexidecimal-encoded binary data can be written to the stream using the WriteBinaryChars method.

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