Share via


RFIDTagBase.toHex Method [AX 2012]

Converts an integer into a hexadecimal string.

Syntax

protected str toHex(int _value)

Run On

Called

Parameters

  • _value
    Type: int

Return Value

Type: str
A hexadecimal string that represents the value.

See Also

Reference

RFIDTagBase Class