Format Int to String Function?

Anyone have a good idea how I should format a long integer into string format with commas? I don’t know if there’s a built-in func for this, but I haven’t found it.

raw int: 2000000
parsed string: 2,000,000