Method IsEmpty__Unmanaged
IsEmpty__Unmanaged(byte*, int)
Do not call directly! Use IsEmpty(string) - burst will call this automatically if can
Declaration
[RequiredMember]
public static bool IsEmpty__Unmanaged(byte* utf8Bytes, int utf8Len)
Parameters
Type | Name | Description |
---|---|---|
byte* | utf8Bytes | UTF8 string pointer |
int | utf8Len | UTF8 string length |
Returns
Type | Description |
---|---|
bool | True if string is null or empty |