R
Ralph Mason
Pretty simple question here.
If I do a format and I want to incluide a { or a } how do I go about it. It
seems you can't eacape it with a backslash.
Sofar all I have done is string.Format("{0}","{"); Is there a better way?
Thanks
Ralph
If I do a format and I want to incluide a { or a } how do I go about it. It
seems you can't eacape it with a backslash.
Sofar all I have done is string.Format("{0}","{"); Is there a better way?
Thanks
Ralph