Hi
I created a project in VB6 and now converting it to CSharp
In my vb6 project i defined a User defined type as below
Now i want to convert it to CSharp (i searched it on the web but helpless)Code:Type Dated day As String month As String year As String End Type
How can i acomplish this in CSharp?
any help will be appreciated a lot




Reply With Quote