STRDIGEST†
Format†
STRDIGEST( string , type )
Function†
- Obtains the digest (hash) value of the specified string.
- The character code of the string will be the internal representation (UTF-16).
Arguments†
- path
- The string for which you want to calculate the digest.
- type
- The type of digest value. "CRC32" to get 32-bit CRC, "MD5" to get MD5, "SHA-1" or "SHA1" to get SHA-1.
Return value†
- If successful, a hexadecimal string representing the digest value
- If unsuccessful, -1
Related†
Version†