0
votes
votes
1 answers
C# Custom Datatype?
I'm trying to create a custom data type for a project I'm working on. The idea is that the datatype will be a "serial" number that looks something like: 0x010000305 ...you get the idea. I want to be able to say Serial mySer = 0 ...
