D
dwm
Not sure where to post this question - C# or VB.NET - so I'm posting here.
Should be simple for those familiar with C#.
in C#:
xs = new XmlSerializer(typeof(LogStrResponse));
What is the equivalent statement in vb.net?
More specifically, I'm not sure how to replace the 'typeof' function call.
Thanks in advance
Should be simple for those familiar with C#.
in C#:
xs = new XmlSerializer(typeof(LogStrResponse));
What is the equivalent statement in vb.net?
More specifically, I'm not sure how to replace the 'typeof' function call.
Thanks in advance