FunctionCrc 32 Method
Calculates the CRC32 value for a string.
Definition
Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
The CRC32 value for the given string.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public static long Crc32(
string value
)VB
Public Shared Function Crc32 (
value As String
) As LongParameters
- value String
- The string to calculate the CRC32 for.
Return Value
Int64The CRC32 value for the given string.