 | Crc32ComputeHash 方法 (Byte) |
Sweet 开发框架
计算哈希值
命名空间:
Sweet.Common
程序集:
Sweet.Common (在 Sweet.Common.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public uint ComputeHash(
byte[] data
)
Public Function ComputeHash (
data As Byte()
) As UInteger
member ComputeHash :
data : byte[] -> uint32
参数
- data
- 类型:SystemByte
数组
返回值
类型:
UInt32哈希值
参见