cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
user name:
password:
Forgot your password?
please wait
try again
cancel
forgot your password?
sign up
log in
[Legacy version]
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
how to convert unsigned char to c# byte
how to convert unsigned char to c# byte array
Dec 21, 2016 at 8:28pm
Dec 21, 2016 at 8:28pm UTC
gary2s
(1)
I am Java/C# developer and working on JNI. I have one c++ wrapper and need to convert c++ unsigned char to c# byte array/byte[]. I have no idea how to convert it and thanks for help. Gary
Dec 21, 2016 at 9:09pm
Dec 21, 2016 at 9:09pm UTC
Thomas1965
(4571)
Have a look here maybe it will work for unsigned char as well:
http://stackoverflow.com/questions/24454176/get-byte-in-c-sharp-from-char-in-c
or
https://social.msdn.microsoft.com/Forums/en-US/8606bc09-d662-42cb-b182-06961b7faa98/unsigned-char-in-c-to-byte-in-c?forum=csharplanguage
Topic archived. No new replies allowed.