I noticed an interesting quirk last night while trying to format a Guid into a string representation – by default, Guid.ToString() does not return an accurate representation of a GUID with curly braces. Hmmmmmm…..
Consider the following simple test, here we are instantiating a new Guid and before outputting the value to the debugger, we capture […]