Hello friends.
I want to convert a decimal value or a hexadecimal char.
Someone could write a function?
Thanks in advance.
Sorry for my bad English.
Printable View
Hello friends.
I want to convert a decimal value or a hexadecimal char.
Someone could write a function?
Thanks in advance.
Sorry for my bad English.
You can call:
On any integral type to get the hex value.Code:ToString("X2")
Thank you very much friend.
Prove it and it will detail whether the issue is resolved.
Hello again mate.
I'll explain better what I do:
I have two textboxes one is to enter the value and another to show the value in hexadecimal. I could make you an example?
Go here, then scroll to the heading named "The Hexadecimal ("X") Format Specifier" or equivalent in your first language.
Thank you very much friend for the information of the link.
What I have already solved this issue.
A Look again, thank you very much!