列挙型の基になる型の文字列表現を取得したいと思います。
Dim target As System.ConsoleColor = ConsoleColor.Cyan
Dim actual = 'What goes here?
Dim expected = "11"
列挙型の基になる型の文字列表現を取得したいと思います。
Dim target As System.ConsoleColor = ConsoleColor.Cyan
Dim actual = 'What goes here?
Dim expected = "11"