StreamEncodingDetector.CreateStreamReader(Stream) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static System::IO::StreamReader ^ CreateStreamReader(System::IO::Stream ^ stm);
public static System.IO.StreamReader CreateStreamReader (System.IO.Stream stm);
static member CreateStreamReader : System.IO.Stream -> System.IO.StreamReader
Public Shared Function CreateStreamReader (stm As Stream) As StreamReader
Parameters
- stm
- Stream