Click or drag to resize

FunctionCrc32 Method

Calculates the CRC32 value for a string.

Namespace:  SphinxConnector.FluentApi
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
public static long Crc32(
	string value
)

Parameters

value
Type: SystemString
The string to calculate the CRC32 for.

Return Value

Type: Int64
The CRC32 value for the given string.
See Also