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
For many reasons, a .NET developer *should* use [composite formatting](https://docs.microsoft.com/en-us/dotnet/standard/base-types/composite-formatting). (Culture-specific, no P/Invoke cost, string interpolation, etc) However, sometimes it is desirable to have a C-style format string, as when sharing localization strings across platforms.
3
3
4
4
P/Invoke to `swprintf` is generally sufficient, but:
0 commit comments