D
dhess31
Guest
I'm using the "filestream" member "seek" to get to a certain place in a binary file I've opened. The address as I read it is a 64 bit signed integer, but I need it to be unsigned. If I change the variable declaration to Uint64 instead of Int64, the seek method gives me an error that it can't convert long to ulong.
Is there a way around this? Can I typecast in C# like in C++?
Don
Is there a way around this? Can I typecast in C# like in C++?
Don