Hexa Converting
C#
4
Posts
3
Posters
0
Views
1
Watching
-
Hello all how can i convert an int32 to hexadecimal and string to hexadecimal? i am working at C# Thanks alot
-
Hello all how can i convert an int32 to hexadecimal and string to hexadecimal? i am working at C# Thanks alot
If you need to convert a string with hexdecimal presentation to int look at the Convert.ToInt32 method.
-
If you need to convert a string with hexdecimal presentation to int look at the Convert.ToInt32 method.