mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-02 22:35:00 +00:00
Removing redundant code
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user