How about:
Code:
        Dim someValue As Nullable(Of myEnum) = Nothing
        MessageBox.Show(someValue.ToString)
All though it looks like this will hinder intellisense for the someValue object.