Conversion.Hex Method

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

Returns a string representing the hexadecimal value of a number.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public methodStatic member Hex(Byte) Returns a string representing the hexadecimal value of a number.
Public methodStatic member Hex(Int16) Returns a string representing the hexadecimal value of a number.
Public methodStatic member Hex(Int32) Returns a string representing the hexadecimal value of a number.
Public methodStatic member Hex(Int64) Returns a string representing the hexadecimal value of a number.
Public methodStatic member Hex(Object) Returns a string representing the hexadecimal value of a number.
Public methodStatic member Hex(SByte) Returns a string representing the hexadecimal value of a number.
Public methodStatic member Hex(UInt16) Returns a string representing the hexadecimal value of a number.
Public methodStatic member Hex(UInt32) Returns a string representing the hexadecimal value of a number.
Public methodStatic member Hex(UInt64) Returns a string representing the hexadecimal value of a number.

Top