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