get_string


Description:

public unowned string get_string ()

Gets the digest as an hexadecimal string.

Once this function has been called the Checksum can no longer be updated with update.

The hexadecimal characters will be lower case.

Parameters:

this

a Checksum

Returns:

the hexadecimal representation of the checksum. The returned string is owned by the checksum and should not be modified or freed.