str GetSHA256OfUnicodeString(str)
Gets the SHA-256 hash of the specified Unicode string, as a string.
#define SHA256 GetSHA256OfUnicodeString('Test')// SHA256 = 'e6fa3ca87b1b641ab646d3b4933bba8d0970763f030b6578a60abdeae7366247'