StringExtensions Methods |
The StringExtensions type exposes the following members.
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. |
![]() ![]() | 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. |
![]() ![]() | Truncate | Truncates a string value to a maximum length. If the length of the string value is already less or equal to maxLength the
original string value is returned. |