Click or drag to resize

StringExtensions Methods

The StringExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberIsEmpty
Determines whether the string is empty (or null).
Public methodStatic memberIsNotEmpty
Determines whether the string is not empty (or null).
Public methodStatic memberJoinBy
Joins strings the by the specified separator.
Public methodStatic memberSameAs
Compares two strings.
Public methodStatic memberTrimSingle
Trims a single character form the head and the end of the string.
Top
See Also