Click or drag to resize
CRCHelper Methods

The CRCHelper type exposes the following members.

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