StringExtensionsCapitalize Method |
Name | Description | |
---|---|---|
![]() ![]() | Capitalize(String) | Capitalizes the first letter of each word assuming that words are separated by a single space. |
![]() ![]() | Capitalize(String, Boolean) | Capitalizes the first letter of each word assuming that words are separated by a single space. |
![]() ![]() | Capitalize(String, CultureInfo) | Capitalizes the first letter of each word assuming that words are separated by a single space. |
![]() ![]() | Capitalize(String, Boolean, CultureInfo) | Capitalizes the first letter of each word assuming that words are separated by a single space. |