Class NotUtf8EncodingDetector
Implements
Namespace: SuperOffice.Util
Assembly: SoCore.dll
Syntax
public class NotUtf8EncodingDetector : Object, ITextEncodingDetector
Constructors
NotUtf8EncodingDetector()
Declaration
public NotUtf8EncodingDetector()
Methods
DetectFrom(Byte[])
Declaration
public Encoding DetectFrom(byte[] bytes)
Parameters
Type | Name | Description |
---|---|---|
Byte[] | bytes |
Returns
Type | Description |
---|---|
Encoding |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)