|
static string | TrimStart (this string s, string trim, StringComparison compare=StringComparison.CurrentCultureIgnoreCase) |
|
static string | TrimEnd (this string s, string trim, StringComparison compare=StringComparison.CurrentCultureIgnoreCase) |
|
static bool | IsNullOrWhitespace (this string s) |
|
static bool | IsNullOrEmpty (this string s) |
|
◆ IsNullOrEmpty()
static bool Megapop.MegaCore.StringExt.IsNullOrEmpty |
( |
this string |
s | ) |
|
|
inlinestatic |
◆ IsNullOrWhitespace()
static bool Megapop.MegaCore.StringExt.IsNullOrWhitespace |
( |
this string |
s | ) |
|
|
inlinestatic |
◆ TrimEnd()
static string Megapop.MegaCore.StringExt.TrimEnd |
( |
this string |
s, |
|
|
string |
trim, |
|
|
StringComparison |
compare = StringComparison.CurrentCultureIgnoreCase |
|
) |
| |
|
inlinestatic |
◆ TrimStart()
static string Megapop.MegaCore.StringExt.TrimStart |
( |
this string |
s, |
|
|
string |
trim, |
|
|
StringComparison |
compare = StringComparison.CurrentCultureIgnoreCase |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following file:
- source/com.megapop.megacore/package/Runtime/Extensions/StringExt.cs