mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-12 12:07:05 +00:00
Removing redundant code
This commit is contained in:
parent
1ac1ac2965
commit
4e498cbee6
1 changed files with 1 additions and 1 deletions
|
|
@ -492,7 +492,7 @@ namespace ICD.Common.Utils
|
|||
[PublicAPI]
|
||||
public static string ToTitleCase(string input)
|
||||
{
|
||||
return CultureInfo.CurrentCulture.TextInfo.ToTitleCase(input.ToLower());
|
||||
return CultureInfo.CurrentCulture.TextInfo.ToTitleCase(input);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue