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 911dea0 commit bb017acCopy full SHA for bb017ac
TLibrary/Extensions/StringExtensions.cs
@@ -58,7 +58,7 @@ public static string Capitalize(this string str)
58
/// </summary>
59
/// <param name="input">The input string to process.</param>
60
/// <returns>A new string with the first character converted to uppercase.</returns>
61
- public static string UppercaseFirstChar(string input)
+ public static string UppercaseFirstChar(this string input)
62
{
63
if (string.IsNullOrEmpty(input))
64
return input;
0 commit comments