Calculates the storage checksum of a string.
checksum = Utility.Storage.Checksum(data) | |||
Parameter | Type | Datatype | Description |
---|---|---|---|
data | parameter | string | The data to store. This parameter is binary-safe. |
checksum | result | string | An opaque string representing the storage checksum. |