G
Guest
I stumbled across an older post:
http://msdn.microsoft.com/newsgroup...&pt=&catlist=&dglist=&ptlist=&exp=&sloc=en-us
Which uses the ! in a way I haven't seen before and I'm having trouble
figuring out what it's doing there. The line is:
=CDate(Parameters!StartDate.Value).AddMonths(-1).ToString("MMMM")
The only thing I've found on ! is that it indicates:
"Appending the identifier type character ! to any identifier forces it to
Single." (From .NET 1.1 Framework docs) but that is for vb.net and not c#, so
I don't think it would apply.
Anyone have any insight on this?
-Ben
http://msdn.microsoft.com/newsgroup...&pt=&catlist=&dglist=&ptlist=&exp=&sloc=en-us
Which uses the ! in a way I haven't seen before and I'm having trouble
figuring out what it's doing there. The line is:
=CDate(Parameters!StartDate.Value).AddMonths(-1).ToString("MMMM")
The only thing I've found on ! is that it indicates:
"Appending the identifier type character ! to any identifier forces it to
Single." (From .NET 1.1 Framework docs) but that is for vb.net and not c#, so
I don't think it would apply.
Anyone have any insight on this?
-Ben