StringUtilities Members

The StringUtilities type exposes the following members.

Methods


  Name Description
Public method Static member AcquireStringBuilder
Acquires a string builder of the indicated capacity.
Public method Static member IsNullOrEmpty
Indicates whether a specified string is null, empty, or consists only of white-space characters.
Public method Static member IsNullOrWhiteSpace
Indicates whether a specified string is null, empty, or consists only of white-space characters.
Public method Static member Join(IEnumerable<(Of <<'(String>)>>), String, StringJoinOption)
Joins the list of strings using the specified separator and options.
Public method Static member Join<(Of <<'(T>)>>)(IEnumerable<(Of <<'(T>)>>), String, StringJoinOption)
Joins the list of values using the specified separator and options.
Public method Static member Release
Releases the specified string builder back to the cache.

Properties


  Name Description
Public property Static member MaxSize
The maximum size of a string builder this will cache.