Hi,
I'm trying to convert a number to its hex value which i can do with-
System.Convert.ToInt32(12323)
However, the number im trying to convert is much bigger (a MD5 hash result - 975415459309518814222848482335161230234) and the function errors.
Any ideas anyone.
Rich.
I'm trying to convert a number to its hex value which i can do with-
System.Convert.ToInt32(12323)
However, the number im trying to convert is much bigger (a MD5 hash result - 975415459309518814222848482335161230234) and the function errors.
Any ideas anyone.
Rich.