say I have this:

Enum Alpha
A
B
C
End Enum

Is there a way to do this same thing without using Cint:

Dim val As Ineger = CInt(Alpha.A)