Platforms to show: All Mac Windows Linux Cross-Platform

CRC16MBS(data as string) as UInt16

Type Topic Plugin Version macOS Windows Linux iOS Targets
global method Encryption and Hash MBS Util Plugin 12.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Calculates a 16bit Checksum about the provided string.
Example
dim n1 as Integer = CRC16MBS("Hello World")
dim n2 as Integer = CRC16MBS("Hallo World")

MsgBox str(n1)+" "+str(n2)

Please note: Different CRC functions give different result. This is one specific 16 bit CRC function which may be or not be the one you need for your application.

Blog Entries

The items on this page are in the following plugins: MBS Util Plugin.


The biggest plugin in space...