Visual Studio General .NET Core
Nov 20, 2019

Using proper culture with C# string interpolation

Discover the remarkable bug in string interpolation in C# and how it can affect the execution of your code when communicating with JavaScript. Learn about the alternative solution using the FormattableString class to ensure consistent evaluation of interpolated strings, regardless of the system's culture. Don't miss out on this helpful tip for crafting machine-friendly representations!

Visual Studio General .NET Core
Nov 20, 2019

Určení kultury pro interpolaci řetězců v C#

Používání interpolace řetězců v C# může být návykové, ale můžeme narazit na problém při použití kódu komunikujícího s JavaScriptem. Když spustíme kód na počítači s nastavením na angličtinu, dostaneme jiný výstup než na počítači s češtinou. Jak tento problém vyřešit? Čtěte dál, v článku se dozvíte spoustu užitečných tipů a triků!