I am trying to convert the example provided in this MSDN article (http://msdn.microsoft.com/en-us/library/aa479330.aspx) to C#, but am stuck at the following code:
CType(dq, IUIBuildingBlock).QuestionText = reader("QuestionText")
Can any C# guru here please help out in converting the above VB.NET statement to C#?
Thank you.
DirectCastrather thanCType, so I'm not voting to close. – Cody Gray Dec 10 '10 at 13:32