isNull method

bool isNull()

Implementation

bool isNull(){
	return (_str == null);
}