Value Retrieval Method should read integer value of Digital tag, not string
If you try to do Value Retrieval Method (like Min) of a Digital type tag, you will get an error saying non-numeric data. AF should be smart enough to realize that the data is actually a set of integers and not try to read the string representation.

-
Rick_Davin_3.0 commented
I would vote against this idea. While it is possible to create a state set where the numeric order aligns with a notion of "min" and "max" for states in relation to each other, this is not a requirement of state sets. I have seen some state sets where a given state is not higher than or lower than another - it just happens to have a certain integer code that may be greater than or less than another.
In the purest sense, digital state sets are simply a finite set of choices that happen to be stored by some integer. Just like with SQL table keys, that integer is not supposed to be meaningful data.