VB.NET Encoding Method
using System.IO
Public Overrides Function ReadLine As String
Internationalization (I18n) Method Overview
The Readline method reads a line of characters from the current stream
and returns the data as a string.
For more information see Microsoft's
MSDN online documentation.
I18n Issues
If the current stream may contain non-English text, then you will need to
ensure that you have opened it with the correct encoding (a Unicode encoding,
such as UTF-8 or UTF-16, is recommended).
VB.NET Encoding Information
|