Home > rc-js-util > numberGetHexString
Returns the hex representation of the number. If it’s not a number it returns “NaN”.
Signature:
export declare function numberGetHexString(value: number): string;
Parameter | Type | Description |
---|---|---|
value | number |
Returns:
string