Microsoft® Visual Basic® Scripting Edition
Hex Function
Language Reference

See Also


Description
Returns a string representing the hexadecimal value of a number.

Syntax

Hex(number)

The number argument is any valid expression.

Remarks

If number is not already a whole number, it is rounded to the nearest whole number before being evaluated.

If number isHex returns
NullNull.
EmptyZero (0).
Any other numberUp 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.

© 1997 Microsoft Corporation. All rights reserved. Legal Notices.

Casa de Bender