Say I had a string

Dim s as string = "Color.Black"

Is there a way to typecast it into a System.Drawing.Color if it is the exact name of a real color in it?