GLib.Checksum.prototype.get_string
function get_string(): String { // Gjs wrapper for g_checksum_get_string() }
Gets the digest as an hexadecimal string.
Once this function has been called the GLib.Checksum can no longer be updated with GLib.Checksum.prototype.update.
The hexadecimal characters will be lower case.
Since 2.16
- Returns
the hexadecimal representation of the checksum. The returned string is owned by the checksum and should not be modified or freed.