Hi everybody,
Coming from a Java background, I'm used to having a "long" type and a
"Long" Object around...
I've recently started a simple, small C# project, and I'm looking for a way
to pass a long value to a method, which only accepts an Object. Logically,
I can't pass the long value so I started looking for a Long Object. But I
can't seem to find it!
Is there such a thing as a Long Object in C#, and if not, how do I solve
this problem?
Thanks,
Ikke
Coming from a Java background, I'm used to having a "long" type and a
"Long" Object around...
I've recently started a simple, small C# project, and I'm looking for a way
to pass a long value to a method, which only accepts an Object. Logically,
I can't pass the long value so I started looking for a Long Object. But I
can't seem to find it!
Is there such a thing as a Long Object in C#, and if not, how do I solve
this problem?
Thanks,
Ikke
Comment