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