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