CRCHelperCRC32 Method (Byte) |
CRC32 加密
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public static uint CRC32(
byte[] bytes
)
Public Shared Function CRC32 (
bytes As Byte()
) As UInteger
public:
static unsigned int CRC32(
array<unsigned char>^ bytes
)
static member CRC32 :
bytes : byte[] -> uint32
Parameters
- bytes
- Type: SystemByte
[Missing <param name="bytes"/> documentation for "M:Adf.CRCHelper.CRC32(System.Byte[])"]
Return Value
Type:
UInt32[Missing <returns> documentation for "M:Adf.CRCHelper.CRC32(System.Byte[])"]
See Also