We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9832a5 commit f3d00f5Copy full SHA for f3d00f5
docs/fundamentals/runtime-libraries/snippets/System.Globalization/CultureInfo/csharp/asyncculture1.cs
@@ -14,7 +14,7 @@ public static void Main()
14
string FormatDelegate()
15
{
16
string output = $"Formatting using the {CultureInfo.CurrentCulture.Name} " +
17
- "culture on thread {Thread.CurrentThread.ManagedThreadId}.\n";
+ $"culture on thread {Thread.CurrentThread.ManagedThreadId}.\n";
18
foreach (decimal value in values)
19
output += $"{value.ToString(formatString)} ";
20
0 commit comments