Trying to get the underlying Integer value for my enum returned as a String.
Tried
return ((int) MyEnumValue).ToString;
But fails with
Error 1 Cannot convert method group 'ToString' to non-delegate type 'string'. Did you intend to invoke the method?