You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 3, 2025. It is now read-only.
Example with using statement fails to compile and run
In the Standard Numeric Format Strings article, the example in The General ("G") Format Specifier fails to compile. Error messages indicate that the culprit is the using System; statement.
If the using System; statement is removed, the code successfully compiles but throws an OutOfMemoryException.