IsNullString Function

Check if the given string is the NULL_STRING.

bool IsNullString(const char[] str)

Parameters

const char[] str

The string to test.

Return Value

True if NULL_STRING, false otherwise.