StringUtilities Methods
The StringUtilities type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() |
AcquireStringBuilder |
Acquires a string builder of the indicated capacity.
|
![]() ![]() |
IsNullOrEmpty |
Indicates whether a specified string is null, empty, or consists only of white-space
characters.
|
![]() ![]() |
IsNullOrWhiteSpace |
Indicates whether a specified string is null, empty, or consists only of white-space
characters.
|
![]() ![]() |
Join(IEnumerable<(Of <<'(String>)>>), String, StringJoinOption) |
Joins the list of strings using the specified separator and options.
|
![]() ![]() |
Join<(Of <<'(T>)>>)(IEnumerable<(Of <<'(T>)>>), String, StringJoinOption) |
Joins the list of values using the specified separator and options.
|
![]() ![]() |
Release |
Releases the specified string builder back to the cache.
|