H
Hugh Williams
I've got some pretty huge format strings that get hard to maintain. I'd
like to place comments in the format item, kind of like this:
String.Format("My name is {0://first name goes here}.", firstName);
Is there any way to do this?
like to place comments in the format item, kind of like this:
String.Format("My name is {0://first name goes here}.", firstName);
Is there any way to do this?