Utility.Storage.Checksum

Calculates the storage checksum of a string.

Usage:

checksum = Utility.Storage.Checksum(data)
ParameterTypeDatatypeDescription
dataparameterstringThe data to store. This parameter is binary-safe.
checksumresultstringAn opaque string representing the storage checksum.