What's the equivalent of WORD in C#?

28,387

You're probably looking for ushort for WORD and uint for DWORD.

Share:
28,387
Tom Wright
Author by

Tom Wright

Father, amateur zoologist, music-lover, and software developer. Aspiring blogger, occasional Tweeter, and diligent Scrobbler Head of software development at Global Pricing Innovations.

Updated on July 05, 2022

Comments

  • Tom Wright
    Tom Wright almost 2 years

    I'm trying to access an unmanaged library and am lucky to have access to a comprehensive guide to the API.

    Unfortunately, I've no idea what the C# equivalent of C++'s WORD type is. Similarly, I've no idea what DWORD would be.