G
Guest
What is the equivalent of sizeof in VB.NET?
In C# you can write:
nTotalSize += sizeof(int);
what is the equivalent in VB.NET?
In C# you can write:
nTotalSize += sizeof(int);
what is the equivalent in VB.NET?