Click or drag to resize

StringExtensions Class

Various string extensions
Inheritance Hierarchy
SystemObject
  CSScriptLibStringExtensions

Namespace:  CSScriptLib
Assembly:  CSScriptLib (in CSScriptLib.dll) Version: 1.3.2.0
Syntax
C#
public static class StringExtensions

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