Property IsEmpty
IsEmpty
Whether this string has no characters.
Declaration
public readonly bool IsEmpty { get; }
Property Value
| Type | Description |
|---|---|
| bool | True if this string has no characters or the string has not been constructed. |
Implements
Exceptions
| Type | Condition |
|---|---|
| NotSupportedException | Thrown if ENABLE_UNITY_COLLECTIONS_CHECKS is defined and a write is attempted. |