Any LINQ experts out there?

Just a FYI, in a previous UD Method I was returning the sizes as a decimal but needed to convert to string for various reasons. Initially my string was being returned like “123.000” so I formatted as xxx.ToString("N0"); to remove the decimal places. This was what added the commas.
I fixed the output from this previous UD Method and had no need to do the extra conversion within this UD Method, it all worked as expected.

2 Likes