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