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 dc179c4 commit b83acb1Copy full SHA for b83acb1
Intersect (Core)/Extensions/StringExtensions.cs
@@ -16,7 +16,7 @@ public static partial class StringExtensions
16
/// <returns>a formatted string</returns>
17
/// <seealso cref="string.Format(IFormatProvider, string, object[])"/>
18
public static string Format(this string format, params object[] args) =>
19
- Format(format, CultureInfo.CurrentCulture);
+ Format(format, CultureInfo.CurrentCulture, args);
20
21
/// <summary>
22
/// Formats the string with the provided <see cref="IFormatProvider"/> and arguments.
0 commit comments