 | Crc32ComputeHash 方法 (String) |
Sweet 开发框架
计算哈希值
命名空间:
Sweet.Common
程序集:
Sweet.Common (在 Sweet.Common.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public uint ComputeHash(
string text
)
Public Function ComputeHash (
text As String
) As UInteger
member ComputeHash :
text : string -> uint32
参数
- text
- 类型:SystemString
文本
返回值
类型:
UInt32结果
参见