Checksum.getString

Gets the digest as an hexadecimal string. Once this function has been called the GChecksum can no longer be updated with g_checksum_update(). The hexadecimal characters will be lower case. Since 2.16

class Checksum
string
getString
()

Return Value

Type: string

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

Meta