| Overload | Description |
|---|---|
| CapitalizeEachWord(String) | Converts the first letter of each word of the given string to upper case and all other letters to lower case. |
| CapitalizeEachWord(Char[]) | Converts the first letter of each word of the given char array to upper case and all other letters to lower case. |