IsNullOrEmpty
7/14/25Less than 1 minute
PropertyName.IsNullOrEmpty(PropertyName prop)
Indicates whether the specified PropertyName is an Empty string.
Parameters:
| Name | Type | Description | 
|---|---|---|
| prop | PropertyName | specified PropertyName | 
Returns:
| type | Description | 
|---|---|
| boolean | True if the specified PropertyName is an Empty string. | 
Usage
---@type PropertyName
local prop;
local val0 = PropertyName:IsNullOrEmpty(prop)
