Caeden
Combine string formatting (eg `$"{number:N2}" with D2) so like `{number:N2D2}`)
this doesn't work, nor does
number:N2:D2
, and I couldn't find it here https://learn.microsoft.com/en-us/dotnet/standard/base-types/standard-numeric-format-strings12 replies