StreamEncodingDetector.Detect(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::Text::Encoding ^ Detect(System::IO::Stream ^ stm);
public static System.Text.Encoding Detect (System.IO.Stream stm);
static member Detect : System.IO.Stream -> System.Text.Encoding
Public Shared Function Detect (stm As Stream) As Encoding
Parameters
- stm
- Stream