How to convert string to Hex

  1. Function HexToDec(ByVal value As String) As Long
  2.     ' we just need a call to the Convert.ToInt64 static method
  3.     Return Convert.ToInt64(value, 16)
  4. End Function

,

  1. No comments yet.
(will not be published)
Submit Comment

*
To prove you're a person (not a spam script), type the security word shown in the picture. Click on the picture to hear an audio file of the word.
Click to hear an audio file of the anti-spam word

Subscribe to comments feed
  1. No trackbacks yet.

SetPageWidth