StringExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extend several strings methods
public ref class StringExtensions abstract sealed
public static class StringExtensions
type StringExtensions = class
Public Module StringExtensions
- Inheritance
-
StringExtensions
Methods
IsNullOrWhiteSpace(String) |
Check whether string is null or contains whitespaces only |
Join(IEnumerable<String>, String) |
Join string together using "separator" string as separator |