Click or drag to resize

FunctionCrc32 Method

Calculates the CRC32 value for a string.

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

Parameters

value  String
The string to calculate the CRC32 for.

Return Value

Int64
The CRC32 value for the given string.
See Also