Click or drag to resize

StringExtensions Methods

The StringExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberConvertDirectoryToRemotePath
Converts a local directory path to a UNC path.
Public methodStatic memberRemoveExcessSpaces
Removes extra spaces from a string.
Public methodStatic memberRemoveLineBreaks
Removes line breaks from a string.
Public methodStatic memberSecureStringToString
Converts a securestring to a string.
Public methodStatic memberToSentenceCase
Converts a string to a sentence.
Public methodStatic memberToTitleCase
Capitalizes the first letter of every word.
Top
See Also