 | FunctionCrc32 Method |
Calculates the CRC32 value for a string.
Namespace: SphinxConnector.FluentApiAssembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntaxpublic static long Crc32(
string value
)
Public Shared Function Crc32 (
value As String
) As Long
Parameters
- value String
- The string to calculate the CRC32 for.
Return Value
Int64The CRC32 value for the given string.
See Also