Class ByteOrderMarkerEncodingDetector
Inheritance
ByteOrderMarkerEncodingDetector
Assembly: SoCore.dll
Syntax
public class ByteOrderMarkerEncodingDetector : ITextEncodingDetector
Constructors
ByteOrderMarkerEncodingDetector()
Declaration
public ByteOrderMarkerEncodingDetector()
Fields
UTF16BE
Declaration
public static readonly byte[] UTF16BE
Field Value
UTF16LE
Declaration
public static readonly byte[] UTF16LE
Field Value
UTF32LE
Declaration
public static readonly byte[] UTF32LE
Field Value
UTF7t1
Declaration
public static readonly byte[] UTF7t1
Field Value
UTF7t2
Declaration
public static readonly byte[] UTF7t2
Field Value
UTF7t3
Declaration
public static readonly byte[] UTF7t3
Field Value
UTF7t4
Declaration
public static readonly byte[] UTF7t4
Field Value
UTF8
Declaration
public static readonly byte[] UTF8
Field Value
Methods
DetectFrom(byte[])
Declaration
public Encoding DetectFrom(byte[] bytes)
Parameters
Type |
Name |
Description |
byte[] |
bytes |
|
Returns
Implements
Extension Methods