IsNativeParamNullString Function

Check if the native parameter is the NULL_STRING.

bool IsNativeParamNullString(int param)

Parameters

int param

Parameter number, starting from 1.

Return Value

True if NULL_STRING, false otherwise.