Converts the specified enum value to an upper case string.
value
public static string ToUpper(Enum value)
The enum value to be converted.
The upper case version of value.