Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
13.4
13.5
Statistic
FMM
Blog
Calculates 32bit CRC value.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Hash | 8.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example | Flags |
---|---|---|---|
InputType | The type of input. Can be Text, Container, Image, Path, PDF, Data, base64 or Hex. |
"Text" | |
InputData | The actual input data. Text, container or file path. |
"Hello World" | |
InputEncoding | The text encoding for text input. Parameter is ignored for other cases. |
"UTF-8" | Optional |
StartValue | The start value for the CRC. Default is zero. |
0 | Optional |
Returns OK or error.
CRC32 of Hello:
MBS("Hash.CRC32"; "Text"; "Hello"; "UTF-8"; 0)
This function checks for a license.
Created 11st July 2018, last changed 11st July 2018