Creates a checksum for the given input.

Syntax

Smartsite SXML CopyCode image Copy Code
string string.checksum(string input)

Parameters

Name Data Type Description
input String The input.

Return Value

Data Type Description
String Checksum for the given input string.
SXML