NullableStringExtension extension
- on
Properties
- isNotNullOrEmpty → bool
-
Available on String?, provided by the NullableStringExtension extension
判断可空字符串是否非null且非空。 Returnstrueif the string is notnulland not empty.no setter - isNullOrEmpty → bool
-
Available on String?, provided by the NullableStringExtension extension
判断可空字符串是否为null或为空字符串。 Returnstrueif the string isnullor empty ("").no setter