Microsoft®
Visual Basic® Scripting Edition Hex Function |
| Language Reference |
|
Returns a string representing the hexadecimal value of a number.
Hex(number)
The number argument is any valid expression.
If number is not already a whole number, it is rounded to the nearest whole number before being evaluated.
If number is Hex returns Null Null. Empty Zero (0). Any other number Up to eight hexadecimal characters.
You can represent hexadecimal numbers directly by preceding numbers in the proper range with &H. For example, &H10 represents decimal 16 in hexadecimal notation. Just adding "&H" to a hexidecimal number and taking the CInt of it will convert Hex to Decimal.
file: /Techref/language/asp/vbs/vbscript/89.htm, 2KB, , updated: 2005/11/18 16:53, local time: 2024/11/19 05:52,
3.149.23.165:LOG IN
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/Techref/language/asp/vbs/vbscript/89.htm"> Microsoft® Visual Basic® Scripting Edition </A> |
Did you find what you needed? |