A
Andrea
Hi all.
I need to use in my VB.NET applications some DLLs, running well under C#.
So, the "problem" is to port under VB.NET all functions and declarations
available under C# (at least!).
Here below some code for C#:
public struct NNTPDefaults
{
public const string ContentType = "text/plain";
public const string Charset = "us-ascii";
}
How I can convert C# code to its equivalent in VB.NET ?
Many thanks.
Andrea
I need to use in my VB.NET applications some DLLs, running well under C#.
So, the "problem" is to port under VB.NET all functions and declarations
available under C# (at least!).
Here below some code for C#:
public struct NNTPDefaults
{
public const string ContentType = "text/plain";
public const string Charset = "us-ascii";
}
How I can convert C# code to its equivalent in VB.NET ?
Many thanks.
Andrea