G
Guest
Yello,
Quick Q:
I used a converter to convert vb code to C# (and not very well I might add.)
One of the things it did is an @ symbol to a few of the functions. I know
what it means when you do it to a string, but what about a function?
eg:
_numberOfRecords = @BitConverter.ToInt32(foxArray, 4);
No errors are thrown but I dont understand it.
Thanks in advance for all help on this issue.
Quick Q:
I used a converter to convert vb code to C# (and not very well I might add.)
One of the things it did is an @ symbol to a few of the functions. I know
what it means when you do it to a string, but what about a function?
eg:
_numberOfRecords = @BitConverter.ToInt32(foxArray, 4);
No errors are thrown but I dont understand it.
Thanks in advance for all help on this issue.