brown monkey
Jun 18th, 2004, 02:26 AM
anyone help with the conversion. this is from vb
CType(System.Enum.Parse(GetType(FontStyle), "Bold"), FontStyle)
i need help to convert this to C#. thanx...
CType(System.Enum.Parse(GetType(FontStyle), "Bold"), FontStyle)
i need help to convert this to C#. thanx...