Click or drag to resize
CRCHelper Class
CRC Helper
Inheritance Hierarchy
SystemObject
  AdfCRCHelper

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public sealed class CRCHelper

The CRCHelper type exposes the following members.

Constructors
  NameDescription
Public methodCRCHelper
Initializes a new instance of the CRCHelper class
Top
Methods
  NameDescription
Public methodStatic memberCRC16(Byte)
CRC16 加密
Public methodStatic memberCRC16(String, Encoding)
按指定字符集 CRC16 加密
Public methodStatic memberCRC32(Byte)
CRC32 加密
Public methodStatic memberCRC32(String, Encoding)
按指定字符集 CRC32 加密
Public methodEquals
确定指定的 Object 是否等于当前的 Object
(Inherited from Object.)
Public methodGetHashCode
用作特定类型的哈希函数。
(Inherited from Object.)
Public methodGetType
获取当前实例的 Type
(Inherited from Object.)
Public methodToString
返回表示当前 ObjectString
(Inherited from Object.)
Top
See Also

Reference