IEncodingDetector Interface
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.
Attempts to detect a text encoding associated with a stream.
public interface class IEncodingDetector
public interface class IEncodingDetector
__interface IEncodingDetector
public interface IEncodingDetector
type IEncodingDetector = interface
Public Interface IEncodingDetector
Remarks
This is a MEF component part, and should be exported with the following attribute: [Export(typeof(IEncodingDetector))]
Exports must include a [Name] attribute and at least one [ContentType] attribute. Exports may optionally include the [Order] attribute.
Methods
GetStreamEncoding(Stream) |
Attempts to detect an encoding associated with a stream. |