I don't know if you can parse a constant string, so I wouldn't be surprised if the parser complains somewhere that it's not an object. I'd do something like:
I can't see why that would make any difference. A string isn't an object, as far as I know, so it's passed by value, not reference.