ADMIN_Convert_BigInt2Hex

Deprecated. Don't use for new development and try to migrate existing uses.

Type: Scalar function

Converts a bigint to a hexadecimal string representation.

Return value: varchar(8000)

The hexa-decimal representation of the number.

Parameters

@dec mandatory bigint
The number to convert.