mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 16:33:25 -03:00
Update StringHelper.cs
This commit is contained in:
@@ -9,7 +9,7 @@ namespace MediaBrowser.Model.Extensions
|
||||
/// Returns the string with the first character as uppercase.
|
||||
/// </summary>
|
||||
/// <param name="str">The input string.</param>
|
||||
/// <returns>The string with the first character inheritdoc uppercase.</returns>
|
||||
/// <returns>The string with the first character as uppercase.</returns>
|
||||
public static string FirstToUpper(string str)
|
||||
{
|
||||
if (string.IsNullOrEmpty(str))
|
||||
|
||||
Reference in New Issue
Block a user