IntelliTect / EssentialCSharp

This project contains the source code for the book Essential C# by Mark Michaelis (Addison-Wesley).
https://essentialcsharp.com/
MIT License
387 stars 159 forks source link

feat: Update example of String Format instead of just round trip #790

Closed BenjaminMichaelis closed 1 month ago

BenjaminMichaelis commented 1 month ago

Changes example to just show off String Format specifiers instead of just Round Trip format - this will support doc changes

Using CultureInfo as we are in an advanced block

References:

BenjaminMichaelis commented 1 month ago

I was tossing back and forth the idea of adding another ToString with explicitly setting US format in case we have a reader from FR - but that seemed maybe overkill and adding clutter while not adding much value. Thoughts?