Convert a number into the hex value in .NET

前端 未结 2 374
离开以前
离开以前 2020-12-16 14:59

I need to convert an integer number to the hex value. It will look like this:

0x0201cb77192c851c

When I do

string hex = int         


        
2条回答
提交回复
热议问题