| BinaryReader: ReadChars |
Returns a specified number of characters decoded from the stream.
Public Function ReadChars( ByVal Count As Long ) As Integer ( )
If not enough characters could be decoded from the stream, then only the remaining characters are returned. If no characters could be decoded, then an empty array is returned, not a null array.