StringExtensions Methods |
The StringExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
| ConvertDirectoryToRemotePath |
Converts a local directory path to a UNC path.
| |
| RemoveExcessSpaces |
Removes extra spaces from a string.
| |
| RemoveLineBreaks |
Removes line breaks from a string.
| |
| SecureStringToString |
Converts a securestring to a string.
| |
| ToSentenceCase |
Converts a string to a sentence.
| |
| ToTitleCase |
Capitalizes the first letter of every word.
|