Using Null

Determining if a handle is a null pointer


	if (MyString == nullptr)
		MyString = "";