Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
5
Answers
What 's the problem?
gongdehui
20y
2.2k
1
Reply
//C# code: public static System.UInt16 MAKEWORD(byte a, byte b) { return (ushort)a | ((ushort)b << 8); } when compiling,the error "can not implicitly convert type 'int' to 'ushot'" occur. what's the problem?
Post
Reset
Cancel
Answers (
5
)
Next Recommended Forum
EnumChildWindows Function & EnumChildProc.
Printing A String From Server Side C#