mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-13 20:47:24 +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]
|
[PublicAPI]
|
||||||
public static string ToTitleCase(string input)
|
public static string ToTitleCase(string input)
|
||||||
{
|
{
|
||||||
return CultureInfo.CurrentCulture.TextInfo.ToTitleCase(input.ToLower());
|
return CultureInfo.CurrentCulture.TextInfo.ToTitleCase(input);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue