lifebottle / TranslationApp

1 stars 0 forks source link

[Feature]: Title Case function for the skits name #32

Open Fis-Ura opened 2 years ago

Fis-Ura commented 2 years ago

As a user, I want to be able to quickly title case a skit title to gain time.

seems C# has an inbuilt function for this TextInfo.ToTitleCase()

https://code-maze.com/csharp-convert-string-title-case/