D
DotNetNewbie
I want to store the maximum amount of permissions in a bit mask.
From what I know, I should use the C# long data type and use the
bigint in sqlserver.
How would I initialize a variable of type long to represent a 64bit
mask?
I think it is something like:
0x0..............0
But I am unsure as to the exact number of 0's, can someone clear this
up for me (with as much detail as possible).
From what I know, I should use the C# long data type and use the
bigint in sqlserver.
How would I initialize a variable of type long to represent a 64bit
mask?
I think it is something like:
0x0..............0
But I am unsure as to the exact number of 0's, can someone clear this
up for me (with as much detail as possible).