I have a combo box where I am displaying some entries like:
Equals Not Equals Less Than Greater Than
Notice that these strings contain spa
Why use another way : convert Enumeration to String?
Just generate the items of your combo box from your Enumeration.