How to convert long pointer(wrapped char*) to string(java.lang.String) #696
Answered
by
Spasi
xtexChooser
asked this question in
Q&A
-
As the title, in |
Beta Was this translation helpful? Give feedback.
Answered by
Spasi
Nov 14, 2021
Replies: 1 comment 1 reply
-
It's a null-terminated string, so |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
xtexChooser
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's a null-terminated string, so
MemoryUtil.memASCII(_str)
will do the job.