FunctionCrc32 Method

Calculates the CRC32 value for a string.

Definition

Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
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