Update StringHelper.cs

pull/2247/head
Bond-009 4 years ago committed by GitHub
parent 47d3337124
commit 686d1ff9fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,7 +9,7 @@ namespace MediaBrowser.Model.Extensions
/// Returns the string with the first character as uppercase. /// Returns the string with the first character as uppercase.
/// </summary> /// </summary>
/// <param name="str">The input string.</param> /// <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) public static string FirstToUpper(string str)
{ {
if (string.IsNullOrEmpty(str)) if (string.IsNullOrEmpty(str))

Loading…
Cancel
Save