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:
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
11.3
11.4
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)
Created 11st July 2018, last changed 11st July 2018
GetSystemUIModeOptions - Hash.Digest
Feedback: Report problem or ask question.