UnityEssentials
Small but useful tools and features for Unity
|
Extensions for string More...
Static Public Member Functions | |
static string | EnsureEndsWithDot (this string str) |
Ensures that the string ends with a dot ('.'). More... | |
static bool | IsNullEmptyOrWhiteSpace (this string str) |
Indicates whether a specified string is null, empty, or consists only of white-space characters. More... | |
static bool | IsNullOrEmpty (this string str) |
Indicates whether the specified string is null or an empty string (""). More... | |
Extensions for string
Definition at line 7 of file StringExtensions.cs.
|
static |
Ensures that the string ends with a dot ('.').
Definition at line 14 of file StringExtensions.cs.
|
static |
Indicates whether a specified string is null, empty, or consists only of white-space characters.
Definition at line 24 of file StringExtensions.cs.
|
static |
Indicates whether the specified string is null or an empty string ("").
Definition at line 33 of file StringExtensions.cs.