Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 487 Bytes

eth-connect.ishex.md

File metadata and controls

24 lines (14 loc) · 487 Bytes

Home > eth-connect > isHex

isHex() function

Converts value to it's decimal representation in string

Signature:

export declare function isHex(value: string): boolean;

Parameters

Parameter Type Description
value string

Returns:

boolean