Hello,
I have inside a method to manipulate a string large about 500 digits; I need to return it out; what's better? return it as reference parameter or as returned value? Or maybe keep it as member of the class?

thanks.