Convert integer to string

Hello all,

I am new to bro. I have a simple question. Is there any function which can convert integer to string?

Thanks,

Chen

Chen,

There is a fmt function for formatting strings that will handle signed
and unsigned integers:

https://www.bro.org/sphinx/scripts/base/bif/bro.bif.bro.html#id-fmt

- Troy