 | FunctionCrc32 Method |
Calculates the CRC32 value for a string.
Namespace:
SphinxConnector.FluentApi
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
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