[#absl-AbslStringify-068] = xref:absl.adoc[absl]::AbslStringify :relfileprefix: ../ :mrdocs: Format a CRC32C value as an eight‐digit hexadecimal string. == Synopsis Declared in `<absl/crc/crc32c.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void AbslStringify( Sink& sink, xref:absl/crc32c_t.adoc[crc32c_t] crc); ---- == Parameters [cols="1,4"] |=== | Name| Description | *sink* | The output sink to write to. | *crc* | The value to format. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#