Click or drag to resize
CRCHelperCRC32 Method (String, Encoding)
按指定字符集 CRC32 加密

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public static uint CRC32(
	string str,
	Encoding encoding
)

Parameters

str
Type: SystemString

[Missing <param name="str"/> documentation for "M:Adf.CRCHelper.CRC32(System.String,System.Text.Encoding)"]

encoding
Type: System.TextEncoding

[Missing <param name="encoding"/> documentation for "M:Adf.CRCHelper.CRC32(System.String,System.Text.Encoding)"]

Return Value

Type: UInt32

[Missing <returns> documentation for "M:Adf.CRCHelper.CRC32(System.String,System.Text.Encoding)"]

See Also