Method IsEmpty
IsEmpty(string)
Checks if the string is empty. In Burst context AppendString__Unmanaged(ref UnsafeText, byte*, int) will be called instead
Declaration
public static bool IsEmpty(string fieldName)
Parameters
Type | Name | Description |
---|---|---|
string | fieldName |
Returns
Type | Description |
---|---|
bool | True if string is null or empty |