xtd 0.2.0
Loading...
Searching...
No Matches

◆ is_empty() [2/2]

static bool xtd::ustring::is_empty ( const xtd::ustring string)
staticnoexcept

Indicates whether the specifeid string is an empty string ("").

Parameters
stringThe xtd::ustring to check if empty.
Returns
true if the value parameter is null or an empty string (""); otherwise, false.