Convert a .NET long to an unsigned 8-byte integer

Posted by Ben Aston on Stack Overflow See other posts from Stack Overflow or by Ben Aston
Published on 2010-05-26T00:37:19Z Indexed on 2010/05/26 0:41 UTC
Read the original article Hit count: 350

Filed under:
|
|

For the purposes of setting a value in Active Directory I would like to convert a long to an unsigned 8-byte integer, for assignment to an AD property.

How can I do this?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about long