How to get Hexadecimal code
Visual Basic
3
Posts
3
Posters
0
Views
1
Watching
-
Hi, I would cast or convert to integer, then use ToString("X4") :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]
I only read code that is properly indented, and rendered in a non-proportional font; hint: use PRE tags in forum messages
-
Char.ConvertToUtf32. That gives it back as an integer, then just format it.